Html Css Color HEX #CDD966 Goldenrod

📋 copy color: '#CDD966'

red 205 ◦ green 217 ◦ blue 102

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

Shades of Goldenrod #CDD966

Tints of Goldenrod #CDD966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

 BLUE value IS 102 (40.23% from 255) = 19.47%

R = 39.12%
G = 41.41%
B = 19.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CDD966 (or 0xCDD966) is known color: Goldenrod. HEX triplet: CD, D9 and 66. RGB value is (205,217,102). Sum of RGB (Red+Green+Blue) = 205+217+102=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD966 is #322699. Grayscale: #C8C8C8. Windows color (decimal): -3286682 or 6740429. OLE color: 6740429.

HSL color Cylindrical-coordinate representation of color #CDD966: hue angle of 66.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDD966 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 102 -
CMYK 0.06 0 0.53 0.15
HSL 66.26º 0.6% 0.63% -
HSV(B) 66.26º 0.53% 0.85% -
XYZ 52.39 63.56 22.08 -
YUV 200.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 205 217 102 0.06 0 0.53 0.15 66.26 0.6 0.63
Hex CD D9 66 6 0 35 F 42 3C 3F
Octal 315 331 146 6 0 65 17 102 74 77
Binary 11001101 11011001 1100110 110 0 110101 1111 1000010 111100 111111

Color Harmonies of #CDD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD966

Black with #CDD966

Text Example


Text Example

White with #CDD966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD966; }

 p { color: rgb(205,217,102); }

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

background-color css

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

 a { background-color: rgb(205,217,102); }

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

border-color css

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

 span { border-color: rgb(205,217,102); }

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