Html Css Color HEX #CED861 Goldenrod

📋 copy color: '#CED861'

red 206 ◦ green 216 ◦ blue 97

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

Shades of Goldenrod #CED861

Tints of Goldenrod #CED861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.69%

R = 39.69%
G = 41.62%
B = 18.69%

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

#CED861 (or 0xCED861) is known color: Goldenrod. HEX triplet: CE, D8 and 61. RGB value is (206,216,97). Sum of RGB (Red+Green+Blue) = 206+216+97=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #CED861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED861 is #31279E. Grayscale: #C7C7C7. Windows color (decimal): -3221407 or 6412494. OLE color: 6412494.

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

Color convert

RGB 206 216 97 -
CMYK 0.05 0 0.55 0.15
HSL 65.04º 0.6% 0.61% -
HSV(B) 65.04º 0.55% 0.85% -
XYZ 52.17 63.1 20.74 -
YUV 199.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 206 216 97 0.05 0 0.55 0.15 65.04 0.6 0.61
Hex CE D8 61 5 0 37 F 41 3C 3D
Octal 316 330 141 5 0 67 17 101 74 75
Binary 11001110 11011000 1100001 101 0 110111 1111 1000001 111100 111101

Color Harmonies of #CED861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED861

Black with #CED861

Text Example


Text Example

White with #CED861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED861; }

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

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

background-color css

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

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

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

border-color css

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

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

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