Html Css Color HEX #CDD36D Goldenrod

📋 copy color: '#CDD36D'

red 205 ◦ green 211 ◦ blue 109

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

Shades of Goldenrod #CDD36D

Tints of Goldenrod #CDD36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.76%

R = 39.05%
G = 40.19%
B = 20.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#CDD36D (or 0xCDD36D) is known color: Goldenrod. HEX triplet: CD, D3 and 6D. RGB value is (205,211,109). Sum of RGB (Red+Green+Blue) = 205+211+109=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD36D is #322C92. Grayscale: #C5C5C5. Windows color (decimal): -3288211 or 7197645. OLE color: 7197645.

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

Color convert

RGB 205 211 109 -
CMYK 0.03 0 0.48 0.17
HSL 63.53º 0.54% 0.63% -
HSV(B) 63.53º 0.48% 0.83% -
XYZ 51.23 60.67 23.48 -
YUV 197.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 205 211 109 0.03 0 0.48 0.17 63.53 0.54 0.63
Hex CD D3 6D 3 0 30 11 40 36 3F
Octal 315 323 155 3 0 60 21 100 66 77
Binary 11001101 11010011 1101101 11 0 110000 10001 1000000 110110 111111

Color Harmonies of #CDD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD36D

Black with #CDD36D

Text Example


Text Example

White with #CDD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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