Html Css Color HEX #CED76E Goldenrod

📋 copy color: '#CED76E'

red 206 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #CED76E

Tints of Goldenrod #CED76E

RGB

 RED value IS 206 (80.86% from 255) = 38.79%

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

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

R = 38.79%
G = 40.49%
B = 20.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CED76E (or 0xCED76E) is known color: Goldenrod. HEX triplet: CE, D7 and 6E. RGB value is (206,215,110). Sum of RGB (Red+Green+Blue) = 206+215+110=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #CED76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED76E is #312891. Grayscale: #C8C8C8. Windows color (decimal): -3221650 or 7264206. OLE color: 7264206.

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

Color convert

RGB 206 215 110 -
CMYK 0.04 0 0.49 0.16
HSL 65.14º 0.57% 0.64% -
HSV(B) 65.14º 0.49% 0.84% -
XYZ 52.57 62.85 24.11 -
YUV 200.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 206 215 110 0.04 0 0.49 0.16 65.14 0.57 0.64
Hex CE D7 6E 4 0 31 10 41 39 40
Octal 316 327 156 4 0 61 20 101 71 100
Binary 11001110 11010111 1101110 100 0 110001 10000 1000001 111001 1000000

Color Harmonies of #CED76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED76E

Black with #CED76E

Text Example


Text Example

White with #CED76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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