Html Css Color HEX #CDD96C Goldenrod

📋 copy color: '#CDD96C'

red 205 ◦ green 217 ◦ blue 108

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

Shades of Goldenrod #CDD96C

Tints of Goldenrod #CDD96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.38%

R = 38.68%
G = 40.94%
B = 20.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CDD96C (or 0xCDD96C) is known color: Goldenrod. HEX triplet: CD, D9 and 6C. RGB value is (205,217,108). Sum of RGB (Red+Green+Blue) = 205+217+108=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD96C is #322693. Grayscale: #C9C9C9. Windows color (decimal): -3286676 or 7133645. OLE color: 7133645.

HSL color Cylindrical-coordinate representation of color #CDD96C: hue angle of 66.61º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD96C is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 108 -
CMYK 0.06 0 0.50 0.15
HSL 66.61º 0.59% 0.64% -
HSV(B) 66.61º 0.5% 0.85% -
XYZ 52.7 63.69 23.7 -
YUV 200.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 205 217 108 0.06 0 0.50 0.15 66.61 0.59 0.64
Hex CD D9 6C 6 0 32 F 43 3B 40
Octal 315 331 154 6 0 62 17 103 73 100
Binary 11001101 11011001 1101100 110 0 110010 1111 1000011 111011 1000000

Color Harmonies of #CDD96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD96C

Black with #CDD96C

Text Example


Text Example

White with #CDD96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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