Html Css Color HEX #CED862 Goldenrod

📋 copy color: '#CED862'

red 206 ◦ green 216 ◦ blue 98

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

Shades of Goldenrod #CED862

Tints of Goldenrod #CED862

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 39.62%
G = 41.54%
B = 18.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#CED862 (or 0xCED862) is known color: Goldenrod. HEX triplet: CE, D8 and 62. RGB value is (206,216,98). Sum of RGB (Red+Green+Blue) = 206+216+98=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #CED862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED862 is #31279D. Grayscale: #C8C8C8. Windows color (decimal): -3221406 or 6478030. OLE color: 6478030.

HSL color Cylindrical-coordinate representation of color #CED862: hue angle of 65.08º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED862 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 98 -
CMYK 0.05 0 0.55 0.15
HSL 65.08º 0.6% 0.62% -
HSV(B) 65.08º 0.55% 0.85% -
XYZ 52.21 63.12 20.99 -
YUV 199.56 70.69 132.59 -
System Red Green Blue C M Y K H S L
Decimal 206 216 98 0.05 0 0.55 0.15 65.08 0.6 0.62
Hex CE D8 62 5 0 37 F 41 3C 3E
Octal 316 330 142 5 0 67 17 101 74 76
Binary 11001110 11011000 1100010 101 0 110111 1111 1000001 111100 111110

Color Harmonies of #CED862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED862

Black with #CED862

Text Example


Text Example

White with #CED862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED862; }

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

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

background-color css

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

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

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

border-color css

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

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

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