Html Css Color HEX #CDD16B Goldenrod

📋 copy color: '#CDD16B'

red 205 ◦ green 209 ◦ blue 107

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

Shades of Goldenrod #CDD16B

Tints of Goldenrod #CDD16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.54%

R = 39.35%
G = 40.12%
B = 20.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#CDD16B (or 0xCDD16B) is known color: Goldenrod. HEX triplet: CD, D1 and 6B. RGB value is (205,209,107). Sum of RGB (Red+Green+Blue) = 205+209+107=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD16B is #322E94. Grayscale: #C4C4C4. Windows color (decimal): -3288725 or 7066061. OLE color: 7066061.

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

Color convert

RGB 205 209 107 -
CMYK 0.02 0 0.49 0.18
HSL 62.35º 0.53% 0.62% -
HSV(B) 62.35º 0.49% 0.82% -
XYZ 50.63 59.64 22.75 -
YUV 196.18 77.67 134.29 -
System Red Green Blue C M Y K H S L
Decimal 205 209 107 0.02 0 0.49 0.18 62.35 0.53 0.62
Hex CD D1 6B 2 0 31 12 3E 35 3E
Octal 315 321 153 2 0 61 22 76 65 76
Binary 11001101 11010001 1101011 10 0 110001 10010 111110 110101 111110

Color Harmonies of #CDD16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD16B

Black with #CDD16B

Text Example


Text Example

White with #CDD16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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