Html Css Color HEX #CED864 Goldenrod

📋 copy color: '#CED864'

red 206 ◦ green 216 ◦ blue 100

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

Shades of Goldenrod #CED864

Tints of Goldenrod #CED864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 39.46%
G = 41.38%
B = 19.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CED864 (or 0xCED864) is known color: Goldenrod. HEX triplet: CE, D8 and 64. RGB value is (206,216,100). Sum of RGB (Red+Green+Blue) = 206+216+100=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #CED864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED864 is #31279B. Grayscale: #C8C8C8. Windows color (decimal): -3221404 or 6609102. OLE color: 6609102.

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

Color convert

RGB 206 216 100 -
CMYK 0.05 0 0.54 0.15
HSL 65.17º 0.6% 0.62% -
HSV(B) 65.17º 0.54% 0.85% -
XYZ 52.31 63.15 21.49 -
YUV 199.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 206 216 100 0.05 0 0.54 0.15 65.17 0.6 0.62
Hex CE D8 64 5 0 36 F 41 3C 3E
Octal 316 330 144 5 0 66 17 101 74 76
Binary 11001110 11011000 1100100 101 0 110110 1111 1000001 111100 111110

Color Harmonies of #CED864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED864

Black with #CED864

Text Example


Text Example

White with #CED864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED864; }

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

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

background-color css

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

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

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

border-color css

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

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

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