Html Css Color HEX #CE860B Dark Goldenrod

📋 copy color: '#CE860B'

red 206 ◦ green 134 ◦ blue 11

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

Shades of Dark Goldenrod #CE860B

Tints of Dark Goldenrod #CE860B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.18%

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 58.69%
G = 38.18%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE860B (or 0xCE860B) is known color: Dark Goldenrod. HEX triplet: CE, 86 and 0B. RGB value is (206,134,11). Sum of RGB (Red+Green+Blue) = 206+134+11=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE860B is #3179F4. Grayscale: #8E8E8E. Windows color (decimal): -3242485 or 755406. OLE color: 755406.

HSL color Cylindrical-coordinate representation of color #CE860B: hue angle of 37.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE860B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 11 -
CMYK 0 0.35 0.95 0.19
HSL 37.85º 0.9% 0.43% -
HSV(B) 37.85º 0.95% 0.81% -
XYZ 34.04 30.2 4.35 -
YUV 141.51 54.35 174 -
System Red Green Blue C M Y K H S L
Decimal 206 134 11 0 0.35 0.95 0.19 37.85 0.9 0.43
Hex CE 86 B 0 23 5F 13 26 5A 2B
Octal 316 206 13 0 43 137 23 46 132 53
Binary 11001110 10000110 1011 0 100011 1011111 10011 100110 1011010 101011

Color Harmonies of #CE860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE860B

Black with #CE860B

Text Example


Text Example

White with #CE860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE860B; }

 p { color: rgb(206,134,11); }

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

background-color css

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

 a { background-color: rgb(206,134,11); }

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

border-color css

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

 span { border-color: rgb(206,134,11); }

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