Html Css Color HEX #C67C02 Dark Goldenrod

📋 copy color: '#C67C02'

red 198 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #C67C02

Tints of Dark Goldenrod #C67C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.27%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 61.11%
G = 38.27%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C67C02 (or 0xC67C02) is known color: Dark Goldenrod. HEX triplet: C6, 7C and 02. RGB value is (198,124,2). Sum of RGB (Red+Green+Blue) = 198+124+2=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C02 is #3983FD. Grayscale: #848484. Windows color (decimal): -3769342 or 163014. OLE color: 163014.

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

Color convert

RGB 198 124 2 -
CMYK 0 0.37 0.99 0.22
HSL 37.35º 0.98% 0.39% -
HSV(B) 37.35º 0.99% 0.78% -
XYZ 30.51 26.43 3.55 -
YUV 132.22 54.52 174.92 -
System Red Green Blue C M Y K H S L
Decimal 198 124 2 0 0.37 0.99 0.22 37.35 0.98 0.39
Hex C6 7C 2 0 25 63 16 25 62 27
Octal 306 174 2 0 45 143 26 45 142 47
Binary 11000110 1111100 10 0 100101 1100011 10110 100101 1100010 100111

Color Harmonies of #C67C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C02

Black with #C67C02

Text Example


Text Example

White with #C67C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C02; }

 p { color: rgb(198,124,2); }

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

background-color css

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

 a { background-color: rgb(198,124,2); }

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

border-color css

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

 span { border-color: rgb(198,124,2); }

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