Html Css Color HEX #CDD36A Goldenrod

📋 copy color: '#CDD36A'

red 205 ◦ green 211 ◦ blue 106

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

Shades of Goldenrod #CDD36A

Tints of Goldenrod #CDD36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.31%

R = 39.27%
G = 40.42%
B = 20.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#CDD36A (or 0xCDD36A) is known color: Goldenrod. HEX triplet: CD, D3 and 6A. RGB value is (205,211,106). Sum of RGB (Red+Green+Blue) = 205+211+106=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD36A is #322C95. Grayscale: #C5C5C5. Windows color (decimal): -3288214 or 7001037. OLE color: 7001037.

HSL color Cylindrical-coordinate representation of color #CDD36A: hue angle of 63.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD36A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 106 -
CMYK 0.03 0 0.50 0.17
HSL 63.43º 0.54% 0.62% -
HSV(B) 63.43º 0.5% 0.83% -
XYZ 51.07 60.61 22.64 -
YUV 197.24 76.51 133.54 -
System Red Green Blue C M Y K H S L
Decimal 205 211 106 0.03 0 0.50 0.17 63.43 0.54 0.62
Hex CD D3 6A 3 0 32 11 3F 36 3E
Octal 315 323 152 3 0 62 21 77 66 76
Binary 11001101 11010011 1101010 11 0 110010 10001 111111 110110 111110

Color Harmonies of #CDD36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD36A

Black with #CDD36A

Text Example


Text Example

White with #CDD36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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