Html Css Color HEX #CDD36F Goldenrod

📋 copy color: '#CDD36F'

red 205 ◦ green 211 ◦ blue 111

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

Shades of Goldenrod #CDD36F

Tints of Goldenrod #CDD36F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

 BLUE value IS 111 (43.75% from 255) = 21.06%

R = 38.9%
G = 40.04%
B = 21.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#CDD36F (or 0xCDD36F) is known color: Goldenrod. HEX triplet: CD, D3 and 6F. RGB value is (205,211,111). Sum of RGB (Red+Green+Blue) = 205+211+111=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD36F is #322C90. Grayscale: #C6C6C6. Windows color (decimal): -3288209 or 7328717. OLE color: 7328717.

HSL color Cylindrical-coordinate representation of color #CDD36F: hue angle of 63.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDD36F is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 111 -
CMYK 0.03 0 0.47 0.17
HSL 63.6º 0.53% 0.63% -
HSV(B) 63.6º 0.47% 0.83% -
XYZ 51.34 60.72 24.05 -
YUV 197.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 205 211 111 0.03 0 0.47 0.17 63.6 0.53 0.63
Hex CD D3 6F 3 0 2F 11 40 35 3F
Octal 315 323 157 3 0 57 21 100 65 77
Binary 11001101 11010011 1101111 11 0 101111 10001 1000000 110101 111111

Color Harmonies of #CDD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD36F

Black with #CDD36F

Text Example


Text Example

White with #CDD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD36F; }

 p { color: rgb(205,211,111); }

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

background-color css

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

 a { background-color: rgb(205,211,111); }

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

border-color css

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

 span { border-color: rgb(205,211,111); }

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