Html Css Color HEX #C67C0F Dark Goldenrod

📋 copy color: '#C67C0F'

red 198 ◦ green 124 ◦ blue 15

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

Shades of Dark Goldenrod #C67C0F

Tints of Dark Goldenrod #C67C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 58.75%
G = 36.8%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C67C0F (or 0xC67C0F) is known color: Dark Goldenrod. HEX triplet: C6, 7C and 0F. RGB value is (198,124,15). Sum of RGB (Red+Green+Blue) = 198+124+15=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C0F is #3983F0. Grayscale: #868686. Windows color (decimal): -3769329 or 1014982. OLE color: 1014982.

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

Color convert

RGB 198 124 15 -
CMYK 0 0.37 0.92 0.22
HSL 35.74º 0.86% 0.42% -
HSV(B) 35.74º 0.92% 0.78% -
XYZ 30.58 26.46 3.95 -
YUV 133.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 198 124 15 0 0.37 0.92 0.22 35.74 0.86 0.42
Hex C6 7C F 0 25 5C 16 24 56 2A
Octal 306 174 17 0 45 134 26 44 126 52
Binary 11000110 1111100 1111 0 100101 1011100 10110 100100 1010110 101010

Color Harmonies of #C67C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C0F

Black with #C67C0F

Text Example


Text Example

White with #C67C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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