Html Css Color HEX #C07308 Dark Goldenrod

📋 copy color: '#C07308'

red 192 ◦ green 115 ◦ blue 8

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

Shades of Dark Goldenrod #C07308

Tints of Dark Goldenrod #C07308

RGB

 RED value IS 192 (75.39% from 255) = 60.95%

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

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

R = 60.95%
G = 36.51%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C07308 (or 0xC07308) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 08. RGB value is (192,115,8). Sum of RGB (Red+Green+Blue) = 192+115+8=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C07308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07308 is #3F8CF7. Grayscale: #7E7E7E. Windows color (decimal): -4164856 or 553920. OLE color: 553920.

HSL color Cylindrical-coordinate representation of color #C07308: hue angle of 34.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C07308 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 8 -
CMYK 0 0.40 0.96 0.25
HSL 34.89º 0.92% 0.39% -
HSV(B) 34.89º 0.96% 0.75% -
XYZ 27.91 23.49 3.29 -
YUV 125.83 61.51 175.2 -
System Red Green Blue C M Y K H S L
Decimal 192 115 8 0 0.40 0.96 0.25 34.89 0.92 0.39
Hex C0 73 8 0 28 60 19 23 5C 27
Octal 300 163 10 0 50 140 31 43 134 47
Binary 11000000 1110011 1000 0 101000 1100000 11001 100011 1011100 100111

Color Harmonies of #C07308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07308

Black with #C07308

Text Example


Text Example

White with #C07308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07308; }

 p { color: rgb(192,115,8); }

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

background-color css

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

 a { background-color: rgb(192,115,8); }

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

border-color css

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

 span { border-color: rgb(192,115,8); }

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