Html Css Color HEX #CED869 Goldenrod

📋 copy color: '#CED869'

red 206 ◦ green 216 ◦ blue 105

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

Shades of Goldenrod #CED869

Tints of Goldenrod #CED869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.92%

R = 39.09%
G = 40.99%
B = 19.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#CED869 (or 0xCED869) is known color: Goldenrod. HEX triplet: CE, D8 and 69. RGB value is (206,216,105). Sum of RGB (Red+Green+Blue) = 206+216+105=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #CED869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED869 is #312796. Grayscale: #C8C8C8. Windows color (decimal): -3221399 or 6936782. OLE color: 6936782.

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

Color convert

RGB 206 216 105 -
CMYK 0.05 0 0.51 0.15
HSL 65.41º 0.59% 0.63% -
HSV(B) 65.41º 0.51% 0.85% -
XYZ 52.56 63.25 22.8 -
YUV 200.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 206 216 105 0.05 0 0.51 0.15 65.41 0.59 0.63
Hex CE D8 69 5 0 33 F 41 3B 3F
Octal 316 330 151 5 0 63 17 101 73 77
Binary 11001110 11011000 1101001 101 0 110011 1111 1000001 111011 111111

Color Harmonies of #CED869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED869

Black with #CED869

Text Example


Text Example

White with #CED869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED869; }

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

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

background-color css

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

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

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

border-color css

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

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

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