Html Css Color HEX #C67300 Dark Goldenrod

📋 copy color: '#C67300'

red 198 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #C67300

Tints of Dark Goldenrod #C67300

RGB

 RED value IS 198 (77.73% from 255) = 63.26%

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

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

R = 63.26%
G = 36.74%
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

#C67300 (or 0xC67300) is known color: Dark Goldenrod. HEX triplet: C6, 73 and 00. RGB value is (198,115,0). Sum of RGB (Red+Green+Blue) = 198+115+0=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C67300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67300 is #398CFF. Grayscale: #7F7F7F. Windows color (decimal): -3771648 or 29638. OLE color: 29638.

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

Color convert

RGB 198 115 0 -
CMYK 0 0.42 1 0.22
HSL 34.85º 1% 0.39% -
HSV(B) 34.85º 1% 0.78% -
XYZ 29.42 24.27 3.13 -
YUV 126.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 198 115 0 0 0.42 1 0.22 34.85 1 0.39
Hex C6 73 0 0 2A 64 16 23 64 27
Octal 306 163 0 0 52 144 26 43 144 47
Binary 11000110 1110011 0 0 101010 1100100 10110 100011 1100100 100111

Color Harmonies of #C67300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67300

Black with #C67300

Text Example


Text Example

White with #C67300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67300; }

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

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

background-color css

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

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

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

border-color css

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

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

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