Html Css Color HEX #C88713 Dark Goldenrod

📋 copy color: '#C88713'

red 200 ◦ green 135 ◦ blue 19

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

Shades of Dark Goldenrod #C88713

Tints of Dark Goldenrod #C88713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 56.5%
G = 38.14%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C88713 (or 0xC88713) is known color: Dark Goldenrod. HEX triplet: C8, 87 and 13. RGB value is (200,135,19). Sum of RGB (Red+Green+Blue) = 200+135+19=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C88713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88713 is #3778EC. Grayscale: #8D8D8D. Windows color (decimal): -3635437 or 1279944. OLE color: 1279944.

HSL color Cylindrical-coordinate representation of color #C88713: hue angle of 38.45º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C88713 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 135 19 -
CMYK 0 0.32 0.90 0.22
HSL 38.45º 0.83% 0.43% -
HSV(B) 38.45º 0.91% 0.78% -
XYZ 32.6 29.65 4.62 -
YUV 141.21 59.03 169.93 -
System Red Green Blue C M Y K H S L
Decimal 200 135 19 0 0.32 0.90 0.22 38.45 0.83 0.43
Hex C8 87 13 0 20 5A 16 26 53 2B
Octal 310 207 23 0 40 132 26 46 123 53
Binary 11001000 10000111 10011 0 100000 1011010 10110 100110 1010011 101011

Color Harmonies of #C88713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88713

Black with #C88713

Text Example


Text Example

White with #C88713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88713; }

 p { color: rgb(200,135,19); }

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

background-color css

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

 a { background-color: rgb(200,135,19); }

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

border-color css

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

 span { border-color: rgb(200,135,19); }

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