Html Css Color HEX #C67203 Dark Goldenrod

📋 copy color: '#C67203'

red 198 ◦ green 114 ◦ blue 3

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

Shades of Dark Goldenrod #C67203

Tints of Dark Goldenrod #C67203

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 62.86%
G = 36.19%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C67203 (or 0xC67203) is known color: Dark Goldenrod. HEX triplet: C6, 72 and 03. RGB value is (198,114,3). Sum of RGB (Red+Green+Blue) = 198+114+3=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C67203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67203 is #398DFC. Grayscale: #7E7E7E. Windows color (decimal): -3771901 or 225990. OLE color: 225990.

HSL color Cylindrical-coordinate representation of color #C67203: hue angle of 34.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C67203 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 3 -
CMYK 0 0.42 0.98 0.22
HSL 34.15º 0.97% 0.39% -
HSV(B) 34.15º 0.98% 0.78% -
XYZ 29.32 24.05 3.18 -
YUV 126.46 58.33 179.03 -
System Red Green Blue C M Y K H S L
Decimal 198 114 3 0 0.42 0.98 0.22 34.15 0.97 0.39
Hex C6 72 3 0 2A 62 16 22 61 27
Octal 306 162 3 0 52 142 26 42 141 47
Binary 11000110 1110010 11 0 101010 1100010 10110 100010 1100001 100111

Color Harmonies of #C67203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67203

Black with #C67203

Text Example


Text Example

White with #C67203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67203; }

 p { color: rgb(198,114,3); }

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

background-color css

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

 a { background-color: rgb(198,114,3); }

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

border-color css

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

 span { border-color: rgb(198,114,3); }

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