Html Css Color HEX #CDD76C Goldenrod

📋 copy color: '#CDD76C'

red 205 ◦ green 215 ◦ blue 108

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

Shades of Goldenrod #CDD76C

Tints of Goldenrod #CDD76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.72%

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

R = 38.83%
G = 40.72%
B = 20.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#CDD76C (or 0xCDD76C) is known color: Goldenrod. HEX triplet: CD, D7 and 6C. RGB value is (205,215,108). Sum of RGB (Red+Green+Blue) = 205+215+108=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD76C is #322893. Grayscale: #C8C8C8. Windows color (decimal): -3287188 or 7133133. OLE color: 7133133.

HSL color Cylindrical-coordinate representation of color #CDD76C: hue angle of 65.61º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD76C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 108 -
CMYK 0.05 0 0.50 0.16
HSL 65.61º 0.57% 0.63% -
HSV(B) 65.61º 0.5% 0.84% -
XYZ 52.18 62.66 23.53 -
YUV 199.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 205 215 108 0.05 0 0.50 0.16 65.61 0.57 0.63
Hex CD D7 6C 5 0 32 10 42 39 3F
Octal 315 327 154 5 0 62 20 102 71 77
Binary 11001101 11010111 1101100 101 0 110010 10000 1000010 111001 111111

Color Harmonies of #CDD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD76C

Black with #CDD76C

Text Example


Text Example

White with #CDD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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