Html Css Color HEX #CDD16D Goldenrod

📋 copy color: '#CDD16D'

red 205 ◦ green 209 ◦ blue 109

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

Shades of Goldenrod #CDD16D

Tints of Goldenrod #CDD16D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.96%

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

R = 39.2%
G = 39.96%
B = 20.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#CDD16D (or 0xCDD16D) is known color: Goldenrod. HEX triplet: CD, D1 and 6D. RGB value is (205,209,109). Sum of RGB (Red+Green+Blue) = 205+209+109=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD16D is #322E92. Grayscale: #C4C4C4. Windows color (decimal): -3288723 or 7197133. OLE color: 7197133.

HSL color Cylindrical-coordinate representation of color #CDD16D: hue angle of 62.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDD16D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 109 -
CMYK 0.02 0 0.48 0.18
HSL 62.4º 0.52% 0.62% -
HSV(B) 62.4º 0.48% 0.82% -
XYZ 50.74 59.68 23.31 -
YUV 196.4 78.67 134.13 -
System Red Green Blue C M Y K H S L
Decimal 205 209 109 0.02 0 0.48 0.18 62.4 0.52 0.62
Hex CD D1 6D 2 0 30 12 3E 34 3E
Octal 315 321 155 2 0 60 22 76 64 76
Binary 11001101 11010001 1101101 10 0 110000 10010 111110 110100 111110

Color Harmonies of #CDD16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD16D

Black with #CDD16D

Text Example


Text Example

White with #CDD16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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