Html Css Color HEX #C67C01 Dark Goldenrod

📋 copy color: '#C67C01'

red 198 ◦ green 124 ◦ blue 1

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

Shades of Dark Goldenrod #C67C01

Tints of Dark Goldenrod #C67C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 61.3%
G = 38.39%
B = 0.31%

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

#C67C01 (or 0xC67C01) is known color: Dark Goldenrod. HEX triplet: C6, 7C and 01. RGB value is (198,124,1). Sum of RGB (Red+Green+Blue) = 198+124+1=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C01 is #3983FE. Grayscale: #848484. Windows color (decimal): -3769343 or 97478. OLE color: 97478.

HSL color Cylindrical-coordinate representation of color #C67C01: hue angle of 37.46º degrees, saturation: 0.99, 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 #C67C01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 1 -
CMYK 0 0.37 0.99 0.22
HSL 37.46º 0.99% 0.39% -
HSV(B) 37.46º 0.99% 0.78% -
XYZ 30.5 26.42 3.52 -
YUV 132.1 54.02 175 -
System Red Green Blue C M Y K H S L
Decimal 198 124 1 0 0.37 0.99 0.22 37.46 0.99 0.39
Hex C6 7C 1 0 25 63 16 25 63 27
Octal 306 174 1 0 45 143 26 45 143 47
Binary 11000110 1111100 1 0 100101 1100011 10110 100101 1100011 100111

Color Harmonies of #C67C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C01

Black with #C67C01

Text Example


Text Example

White with #C67C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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