Html Css Color HEX #CDD96F Goldenrod

📋 copy color: '#CDD96F'

red 205 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #CDD96F

Tints of Goldenrod #CDD96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.83%

R = 38.46%
G = 40.71%
B = 20.83%

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

#CDD96F (or 0xCDD96F) is known color: Goldenrod. HEX triplet: CD, D9 and 6F. RGB value is (205,217,111). Sum of RGB (Red+Green+Blue) = 205+217+111=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD96F is #322690. Grayscale: #C9C9C9. Windows color (decimal): -3286673 or 7330253. OLE color: 7330253.

HSL color Cylindrical-coordinate representation of color #CDD96F: hue angle of 66.79º 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 #CDD96F is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 111 -
CMYK 0.06 0 0.49 0.15
HSL 66.79º 0.58% 0.64% -
HSV(B) 66.79º 0.49% 0.85% -
XYZ 52.86 63.75 24.56 -
YUV 201.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 205 217 111 0.06 0 0.49 0.15 66.79 0.58 0.64
Hex CD D9 6F 6 0 31 F 43 3A 40
Octal 315 331 157 6 0 61 17 103 72 100
Binary 11001101 11011001 1101111 110 0 110001 1111 1000011 111010 1000000

Color Harmonies of #CDD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD96F

Black with #CDD96F

Text Example


Text Example

White with #CDD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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