Html Css Color HEX #CDD76E Goldenrod

📋 copy color: '#CDD76E'

red 205 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #CDD76E

Tints of Goldenrod #CDD76E

RGB

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

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

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

R = 38.68%
G = 40.57%
B = 20.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CDD76E (or 0xCDD76E) is known color: Goldenrod. HEX triplet: CD, D7 and 6E. RGB value is (205,215,110). Sum of RGB (Red+Green+Blue) = 205+215+110=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD76E is #322891. Grayscale: #C8C8C8. Windows color (decimal): -3287186 or 7264205. OLE color: 7264205.

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

Color convert

RGB 205 215 110 -
CMYK 0.05 0 0.49 0.16
HSL 65.71º 0.57% 0.64% -
HSV(B) 65.71º 0.49% 0.84% -
XYZ 52.29 62.71 24.1 -
YUV 200.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 205 215 110 0.05 0 0.49 0.16 65.71 0.57 0.64
Hex CD D7 6E 5 0 31 10 42 39 40
Octal 315 327 156 5 0 61 20 102 71 100
Binary 11001101 11010111 1101110 101 0 110001 10000 1000010 111001 1000000

Color Harmonies of #CDD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD76E

Black with #CDD76E

Text Example


Text Example

White with #CDD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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