Html Css Color HEX #CDD96E Goldenrod

📋 copy color: '#CDD96E'

red 205 ◦ green 217 ◦ blue 110

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

Shades of Goldenrod #CDD96E

Tints of Goldenrod #CDD96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 38.53%
G = 40.79%
B = 20.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CDD96E (or 0xCDD96E) is known color: Goldenrod. HEX triplet: CD, D9 and 6E. RGB value is (205,217,110). Sum of RGB (Red+Green+Blue) = 205+217+110=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD96E is #322691. Grayscale: #C9C9C9. Windows color (decimal): -3286674 or 7264717. OLE color: 7264717.

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

Color convert

RGB 205 217 110 -
CMYK 0.06 0 0.49 0.15
HSL 66.73º 0.58% 0.64% -
HSV(B) 66.73º 0.49% 0.85% -
XYZ 52.8 63.73 24.27 -
YUV 201.21 76.52 130.7 -
System Red Green Blue C M Y K H S L
Decimal 205 217 110 0.06 0 0.49 0.15 66.73 0.58 0.64
Hex CD D9 6E 6 0 31 F 43 3A 40
Octal 315 331 156 6 0 61 17 103 72 100
Binary 11001101 11011001 1101110 110 0 110001 1111 1000011 111010 1000000

Color Harmonies of #CDD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD96E

Black with #CDD96E

Text Example


Text Example

White with #CDD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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