Html Css Color HEX #CDD76A Goldenrod

📋 copy color: '#CDD76A'

red 205 ◦ green 215 ◦ blue 106

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

Shades of Goldenrod #CDD76A

Tints of Goldenrod #CDD76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.15%

R = 38.97%
G = 40.87%
B = 20.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CDD76A (or 0xCDD76A) is known color: Goldenrod. HEX triplet: CD, D7 and 6A. RGB value is (205,215,106). Sum of RGB (Red+Green+Blue) = 205+215+106=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD76A is #322895. Grayscale: #C8C8C8. Windows color (decimal): -3287190 or 7002061. OLE color: 7002061.

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

Color convert

RGB 205 215 106 -
CMYK 0.05 0 0.51 0.16
HSL 65.5º 0.58% 0.63% -
HSV(B) 65.5º 0.51% 0.84% -
XYZ 52.08 62.62 22.98 -
YUV 199.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 205 215 106 0.05 0 0.51 0.16 65.5 0.58 0.63
Hex CD D7 6A 5 0 33 10 42 3A 3F
Octal 315 327 152 5 0 63 20 102 72 77
Binary 11001101 11010111 1101010 101 0 110011 10000 1000010 111010 111111

Color Harmonies of #CDD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD76A

Black with #CDD76A

Text Example


Text Example

White with #CDD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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