Html Css Color HEX #CDD96B Goldenrod

📋 copy color: '#CDD96B'

red 205 ◦ green 217 ◦ blue 107

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

Shades of Goldenrod #CDD96B

Tints of Goldenrod #CDD96B

RGB

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

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

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

R = 38.75%
G = 41.02%
B = 20.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#CDD96B (or 0xCDD96B) is known color: Goldenrod. HEX triplet: CD, D9 and 6B. RGB value is (205,217,107). Sum of RGB (Red+Green+Blue) = 205+217+107=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD96B is #322694. Grayscale: #C9C9C9. Windows color (decimal): -3286677 or 7068109. OLE color: 7068109.

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

Color convert

RGB 205 217 107 -
CMYK 0.06 0 0.51 0.15
HSL 66.55º 0.59% 0.64% -
HSV(B) 66.55º 0.51% 0.85% -
XYZ 52.64 63.67 23.42 -
YUV 200.87 75.02 130.94 -
System Red Green Blue C M Y K H S L
Decimal 205 217 107 0.06 0 0.51 0.15 66.55 0.59 0.64
Hex CD D9 6B 6 0 33 F 43 3B 40
Octal 315 331 153 6 0 63 17 103 73 100
Binary 11001101 11011001 1101011 110 0 110011 1111 1000011 111011 1000000

Color Harmonies of #CDD96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD96B

Black with #CDD96B

Text Example


Text Example

White with #CDD96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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