Html Css Color HEX #CED865 Goldenrod

📋 copy color: '#CED865'

red 206 ◦ green 216 ◦ blue 101

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

Shades of Goldenrod #CED865

Tints of Goldenrod #CED865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.31%

R = 39.39%
G = 41.3%
B = 19.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CED865 (or 0xCED865) is known color: Goldenrod. HEX triplet: CE, D8 and 65. RGB value is (206,216,101). Sum of RGB (Red+Green+Blue) = 206+216+101=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #CED865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED865 is #31279A. Grayscale: #C8C8C8. Windows color (decimal): -3221403 or 6674638. OLE color: 6674638.

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

Color convert

RGB 206 216 101 -
CMYK 0.05 0 0.53 0.15
HSL 65.22º 0.6% 0.62% -
HSV(B) 65.22º 0.53% 0.85% -
XYZ 52.36 63.17 21.75 -
YUV 199.9 72.19 132.35 -
System Red Green Blue C M Y K H S L
Decimal 206 216 101 0.05 0 0.53 0.15 65.22 0.6 0.62
Hex CE D8 65 5 0 35 F 41 3C 3E
Octal 316 330 145 5 0 65 17 101 74 76
Binary 11001110 11011000 1100101 101 0 110101 1111 1000001 111100 111110

Color Harmonies of #CED865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED865

Black with #CED865

Text Example


Text Example

White with #CED865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED865; }

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

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

background-color css

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

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

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

border-color css

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

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

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