Html Css Color HEX #C67F0F Dark Goldenrod

📋 copy color: '#C67F0F'

red 198 ◦ green 127 ◦ blue 15

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

Shades of Dark Goldenrod #C67F0F

Tints of Dark Goldenrod #C67F0F

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

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

R = 58.24%
G = 37.35%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C67F0F (or 0xC67F0F) is known color: Dark Goldenrod. HEX triplet: C6, 7F and 0F. RGB value is (198,127,15). Sum of RGB (Red+Green+Blue) = 198+127+15=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67F0F is #3980F0. Grayscale: #878787. Windows color (decimal): -3768561 or 1015750. OLE color: 1015750.

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

Color convert

RGB 198 127 15 -
CMYK 0 0.36 0.92 0.22
HSL 36.72º 0.86% 0.42% -
HSV(B) 36.72º 0.92% 0.78% -
XYZ 30.96 27.22 4.07 -
YUV 135.46 60.02 172.61 -
System Red Green Blue C M Y K H S L
Decimal 198 127 15 0 0.36 0.92 0.22 36.72 0.86 0.42
Hex C6 7F F 0 24 5C 16 25 56 2A
Octal 306 177 17 0 44 134 26 45 126 52
Binary 11000110 1111111 1111 0 100100 1011100 10110 100101 1010110 101010

Color Harmonies of #C67F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F0F

Black with #C67F0F

Text Example


Text Example

White with #C67F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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