Html Css Color HEX #CED86F Goldenrod

📋 copy color: '#CED86F'

red 206 ◦ green 216 ◦ blue 111

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

Shades of Goldenrod #CED86F

Tints of Goldenrod #CED86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.83%

R = 38.65%
G = 40.53%
B = 20.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CED86F (or 0xCED86F) is known color: Goldenrod. HEX triplet: CE, D8 and 6F. RGB value is (206,216,111). Sum of RGB (Red+Green+Blue) = 206+216+111=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #CED86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED86F is #312790. Grayscale: #C9C9C9. Windows color (decimal): -3221393 or 7329998. OLE color: 7329998.

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

Color convert

RGB 206 216 111 -
CMYK 0.05 0 0.49 0.15
HSL 65.71º 0.57% 0.64% -
HSV(B) 65.71º 0.49% 0.85% -
XYZ 52.88 63.38 24.49 -
YUV 201.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 206 216 111 0.05 0 0.49 0.15 65.71 0.57 0.64
Hex CE D8 6F 5 0 31 F 42 39 40
Octal 316 330 157 5 0 61 17 102 71 100
Binary 11001110 11011000 1101111 101 0 110001 1111 1000010 111001 1000000

Color Harmonies of #CED86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED86F

Black with #CED86F

Text Example


Text Example

White with #CED86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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