Html Css Color HEX #CED76F Goldenrod

📋 copy color: '#CED76F'

red 206 ◦ green 215 ◦ blue 111

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

Shades of Goldenrod #CED76F

Tints of Goldenrod #CED76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.86%

R = 38.72%
G = 40.41%
B = 20.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CED76F (or 0xCED76F) is known color: Goldenrod. HEX triplet: CE, D7 and 6F. RGB value is (206,215,111). Sum of RGB (Red+Green+Blue) = 206+215+111=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #CED76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED76F is #312890. Grayscale: #C8C8C8. Windows color (decimal): -3221649 or 7329742. OLE color: 7329742.

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

Color convert

RGB 206 215 111 -
CMYK 0.04 0 0.48 0.16
HSL 65.19º 0.57% 0.64% -
HSV(B) 65.19º 0.48% 0.84% -
XYZ 52.62 62.87 24.4 -
YUV 200.45 77.52 131.96 -
System Red Green Blue C M Y K H S L
Decimal 206 215 111 0.04 0 0.48 0.16 65.19 0.57 0.64
Hex CE D7 6F 4 0 30 10 41 39 40
Octal 316 327 157 4 0 60 20 101 71 100
Binary 11001110 11010111 1101111 100 0 110000 10000 1000001 111001 1000000

Color Harmonies of #CED76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED76F

Black with #CED76F

Text Example


Text Example

White with #CED76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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