Html Css Color HEX #CDD73F Las Palmas

📋 copy color: '#CDD73F'

red 205 ◦ green 215 ◦ blue 63

#CDD73F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CDD73F

Tints of Las Palmas #CDD73F

RGB

 RED value IS 205 (80.47% from 255) = 42.44%

 GREEN value IS 215 (84.38% from 255) = 44.51%

 BLUE value IS 63 (25% from 255) = 13.04%

R = 42.44%
G = 44.51%
B = 13.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDD73F (or 0xCDD73F) is known color: Las Palmas. HEX triplet: CD, D7 and 3F. RGB value is (205,215,63). Sum of RGB (Red+Green+Blue) = 205+215+63=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD73F is #3228C0. Grayscale: #C3C3C3. Windows color (decimal): -3287233 or 4184013. OLE color: 4184013.

HSL color Cylindrical-coordinate representation of color #CDD73F: hue angle of 63.95º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDD73F is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 63 -
CMYK 0.05 0 0.71 0.16
HSL 63.95º 0.66% 0.55% -
HSV(B) 63.95º 0.71% 0.84% -
XYZ 50.37 61.94 14 -
YUV 194.68 53.69 135.36 -
System Red Green Blue C M Y K H S L
Decimal 205 215 63 0.05 0 0.71 0.16 63.95 0.66 0.55
Hex CD D7 3F 5 0 47 10 40 42 37
Octal 315 327 77 5 0 107 20 100 102 67
Binary 11001101 11010111 111111 101 0 1000111 10000 1000000 1000010 110111

Color Harmonies of #CDD73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD73F

Black with #CDD73F

Text Example


Text Example

White with #CDD73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD73F; }

 p { color: rgb(205,215,63); }

 H1.HeaderClassName
 {
   color: #CDD73F;
 }
 .AnyTagClassName
 {
   color: #CDD73F;
 }
</style>

background-color css

<style>
 a { background-color: #CDD73F; }

 a { background-color: rgb(205,215,63); }

 div.DivClassName
 {
   background-color: #CDD73F;
 }
 .BgClassName
 {
   background-color: #CDD73F;
 }
</style>

border-color css

<style>
 span { border-color: #CDD73F; }

 span { border-color: rgb(205,215,63); }

 td.TdClassName
 {
   border-color: #CDD73F;
 }
 .TagClassName
 {
   border-color: #CDD73F;
 }
</style>