Html Css Color HEX #C88913 Dark Goldenrod

📋 copy color: '#C88913'

red 200 ◦ green 137 ◦ blue 19

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

Shades of Dark Goldenrod #C88913

Tints of Dark Goldenrod #C88913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

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

R = 56.18%
G = 38.48%
B = 5.34%

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

#C88913 (or 0xC88913) is known color: Dark Goldenrod. HEX triplet: C8, 89 and 13. RGB value is (200,137,19). Sum of RGB (Red+Green+Blue) = 200+137+19=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C88913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88913 is #3776EC. Grayscale: #8E8E8E. Windows color (decimal): -3634925 or 1280456. OLE color: 1280456.

HSL color Cylindrical-coordinate representation of color #C88913: hue angle of 39.12º 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 #C88913 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 137 19 -
CMYK 0 0.32 0.90 0.22
HSL 39.12º 0.83% 0.43% -
HSV(B) 39.12º 0.91% 0.78% -
XYZ 32.88 30.22 4.72 -
YUV 142.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 200 137 19 0 0.32 0.90 0.22 39.12 0.83 0.43
Hex C8 89 13 0 20 5A 16 27 53 2B
Octal 310 211 23 0 40 132 26 47 123 53
Binary 11001000 10001001 10011 0 100000 1011010 10110 100111 1010011 101011

Color Harmonies of #C88913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88913

Black with #C88913

Text Example


Text Example

White with #C88913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88913; }

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

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

background-color css

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

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

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

border-color css

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

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

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