Html Css Color HEX #C87300 Dark Goldenrod

📋 copy color: '#C87300'

red 200 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #C87300

Tints of Dark Goldenrod #C87300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.49%
G = 36.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C87300 (or 0xC87300) is known color: Dark Goldenrod. HEX triplet: C8, 73 and 00. RGB value is (200,115,0). Sum of RGB (Red+Green+Blue) = 200+115+0=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C87300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87300 is #378CFF. Grayscale: #7F7F7F. Windows color (decimal): -3640576 or 29640. OLE color: 29640.

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

Color convert

RGB 200 115 0 -
CMYK 0 0.42 1 0.22
HSL 34.5º 1% 0.39% -
HSV(B) 34.5º 1% 0.78% -
XYZ 29.95 24.54 3.16 -
YUV 127.31 56.16 179.85 -
System Red Green Blue C M Y K H S L
Decimal 200 115 0 0 0.42 1 0.22 34.5 1 0.39
Hex C8 73 0 0 2A 64 16 22 64 27
Octal 310 163 0 0 52 144 26 42 144 47
Binary 11001000 1110011 0 0 101010 1100100 10110 100010 1100100 100111

Color Harmonies of #C87300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87300

Black with #C87300

Text Example


Text Example

White with #C87300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87300; }

 p { color: rgb(200,115,0); }

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

background-color css

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

 a { background-color: rgb(200,115,0); }

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

border-color css

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

 span { border-color: rgb(200,115,0); }

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