Html Css Color HEX #C88308 Dark Goldenrod

📋 copy color: '#C88308'

red 200 ◦ green 131 ◦ blue 8

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

Shades of Dark Goldenrod #C88308

Tints of Dark Goldenrod #C88308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 8 (3.52% from 255) = 2.36%

R = 59%
G = 38.64%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C88308 (or 0xC88308) is known color: Dark Goldenrod. HEX triplet: C8, 83 and 08. RGB value is (200,131,8). Sum of RGB (Red+Green+Blue) = 200+131+8=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C88308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88308 is #377CF7. Grayscale: #8A8A8A. Windows color (decimal): -3636472 or 558024. OLE color: 558024.

HSL color Cylindrical-coordinate representation of color #C88308: hue angle of 38.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C88308 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 8 -
CMYK 0 0.34 0.96 0.22
HSL 38.44º 0.92% 0.41% -
HSV(B) 38.44º 0.96% 0.78% -
XYZ 31.98 28.53 4.05 -
YUV 137.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 200 131 8 0 0.34 0.96 0.22 38.44 0.92 0.41
Hex C8 83 8 0 22 60 16 26 5C 29
Octal 310 203 10 0 42 140 26 46 134 51
Binary 11001000 10000011 1000 0 100010 1100000 10110 100110 1011100 101001

Color Harmonies of #C88308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88308

Black with #C88308

Text Example


Text Example

White with #C88308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88308; }

 p { color: rgb(200,131,8); }

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

background-color css

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

 a { background-color: rgb(200,131,8); }

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

border-color css

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

 span { border-color: rgb(200,131,8); }

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