Html Css Color HEX #CDD73E Las Palmas

📋 copy color: '#CDD73E'

red 205 ◦ green 215 ◦ blue 62

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

Shades of Las Palmas #CDD73E

Tints of Las Palmas #CDD73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.86%

R = 42.53%
G = 44.61%
B = 12.86%

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

#CDD73E (or 0xCDD73E) is known color: Las Palmas. HEX triplet: CD, D7 and 3E. RGB value is (205,215,62). Sum of RGB (Red+Green+Blue) = 205+215+62=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD73E is #3228C1. Grayscale: #C3C3C3. Windows color (decimal): -3287234 or 4118477. OLE color: 4118477.

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

Color convert

RGB 205 215 62 -
CMYK 0.05 0 0.71 0.16
HSL 63.92º 0.66% 0.54% -
HSV(B) 63.92º 0.71% 0.84% -
XYZ 50.35 61.93 13.86 -
YUV 194.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 205 215 62 0.05 0 0.71 0.16 63.92 0.66 0.54
Hex CD D7 3E 5 0 47 10 40 42 36
Octal 315 327 76 5 0 107 20 100 102 66
Binary 11001101 11010111 111110 101 0 1000111 10000 1000000 1000010 110110

Color Harmonies of #CDD73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD73E

Black with #CDD73E

Text Example


Text Example

White with #CDD73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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