Html Css Color HEX #C88501 Dark Goldenrod

📋 copy color: '#C88501'

red 200 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #C88501

Tints of Dark Goldenrod #C88501

RGB

 RED value IS 200 (78.52% from 255) = 59.88%

 GREEN value IS 133 (52.34% from 255) = 39.82%

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

R = 59.88%
G = 39.82%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C88501 (or 0xC88501) is known color: Dark Goldenrod. HEX triplet: C8, 85 and 01. RGB value is (200,133,1). Sum of RGB (Red+Green+Blue) = 200+133+1=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C88501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88501 is #377AFE. Grayscale: #8A8A8A. Windows color (decimal): -3635967 or 99784. OLE color: 99784.

HSL color Cylindrical-coordinate representation of color #C88501: hue angle of 39.8º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C88501 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 133 1 -
CMYK 0 0.34 1.00 0.22
HSL 39.8º 0.99% 0.39% -
HSV(B) 39.8º 1% 0.78% -
XYZ 32.21 29.06 3.94 -
YUV 137.99 50.7 172.23 -
System Red Green Blue C M Y K H S L
Decimal 200 133 1 0 0.34 1.00 0.22 39.8 0.99 0.39
Hex C8 85 1 0 22 64 16 28 63 27
Octal 310 205 1 0 42 144 26 50 143 47
Binary 11001000 10000101 1 0 100010 1100100 10110 101000 1100011 100111

Color Harmonies of #C88501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88501

Black with #C88501

Text Example


Text Example

White with #C88501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88501; }

 p { color: rgb(200,133,1); }

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

background-color css

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

 a { background-color: rgb(200,133,1); }

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

border-color css

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

 span { border-color: rgb(200,133,1); }

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