Html Css Color HEX #CED76C Goldenrod

📋 copy color: '#CED76C'

red 206 ◦ green 215 ◦ blue 108

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

Shades of Goldenrod #CED76C

Tints of Goldenrod #CED76C

RGB

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

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

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

R = 38.94%
G = 40.64%
B = 20.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#CED76C (or 0xCED76C) is known color: Goldenrod. HEX triplet: CE, D7 and 6C. RGB value is (206,215,108). Sum of RGB (Red+Green+Blue) = 206+215+108=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #CED76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED76C is #312893. Grayscale: #C8C8C8. Windows color (decimal): -3221652 or 7133134. OLE color: 7133134.

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

Color convert

RGB 206 215 108 -
CMYK 0.04 0 0.50 0.16
HSL 65.05º 0.57% 0.63% -
HSV(B) 65.05º 0.5% 0.84% -
XYZ 52.46 62.81 23.55 -
YUV 200.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 206 215 108 0.04 0 0.50 0.16 65.05 0.57 0.63
Hex CE D7 6C 4 0 32 10 41 39 3F
Octal 316 327 154 4 0 62 20 101 71 77
Binary 11001110 11010111 1101100 100 0 110010 10000 1000001 111001 111111

Color Harmonies of #CED76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED76C

Black with #CED76C

Text Example


Text Example

White with #CED76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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