Html Css Color HEX #CE8601 Dark Goldenrod

📋 copy color: '#CE8601'

red 206 ◦ green 134 ◦ blue 1

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

Shades of Dark Goldenrod #CE8601

Tints of Dark Goldenrod #CE8601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 60.41%
G = 39.3%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE8601 (or 0xCE8601) is known color: Dark Goldenrod. HEX triplet: CE, 86 and 01. RGB value is (206,134,1). Sum of RGB (Red+Green+Blue) = 206+134+1=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8601 is #3179FE. Grayscale: #8C8C8C. Windows color (decimal): -3242495 or 100046. OLE color: 100046.

HSL color Cylindrical-coordinate representation of color #CE8601: hue angle of 38.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE8601 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 1 -
CMYK 0 0.35 1.00 0.19
HSL 38.93º 0.99% 0.41% -
HSV(B) 38.93º 1% 0.81% -
XYZ 33.98 30.17 4.06 -
YUV 140.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 206 134 1 0 0.35 1.00 0.19 38.93 0.99 0.41
Hex CE 86 1 0 23 64 13 27 63 29
Octal 316 206 1 0 43 144 23 47 143 51
Binary 11001110 10000110 1 0 100011 1100100 10011 100111 1100011 101001

Color Harmonies of #CE8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8601

Black with #CE8601

Text Example


Text Example

White with #CE8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8601; }

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

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

background-color css

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

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

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

border-color css

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

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

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