Html Css Color HEX #CED762 Goldenrod

📋 copy color: '#CED762'

red 206 ◦ green 215 ◦ blue 98

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

Shades of Goldenrod #CED762

Tints of Goldenrod #CED762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.88%

R = 39.69%
G = 41.43%
B = 18.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#CED762 (or 0xCED762) is known color: Goldenrod. HEX triplet: CE, D7 and 62. RGB value is (206,215,98). Sum of RGB (Red+Green+Blue) = 206+215+98=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #CED762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED762 is #31289D. Grayscale: #C7C7C7. Windows color (decimal): -3221662 or 6477774. OLE color: 6477774.

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

Color convert

RGB 206 215 98 -
CMYK 0.04 0 0.54 0.16
HSL 64.62º 0.59% 0.61% -
HSV(B) 64.62º 0.54% 0.84% -
XYZ 51.96 62.6 20.9 -
YUV 198.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 206 215 98 0.04 0 0.54 0.16 64.62 0.59 0.61
Hex CE D7 62 4 0 36 10 41 3B 3D
Octal 316 327 142 4 0 66 20 101 73 75
Binary 11001110 11010111 1100010 100 0 110110 10000 1000001 111011 111101

Color Harmonies of #CED762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED762

Black with #CED762

Text Example


Text Example

White with #CED762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED762; }

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

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

background-color css

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

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

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

border-color css

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

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

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