Html Css Color HEX #C67F08 Dark Goldenrod

📋 copy color: '#C67F08'

red 198 ◦ green 127 ◦ blue 8

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

Shades of Dark Goldenrod #C67F08

Tints of Dark Goldenrod #C67F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 59.46%
G = 38.14%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C67F08 (or 0xC67F08) is known color: Dark Goldenrod. HEX triplet: C6, 7F and 08. RGB value is (198,127,8). Sum of RGB (Red+Green+Blue) = 198+127+8=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67F08 is #3980F7. Grayscale: #878787. Windows color (decimal): -3768568 or 556998. OLE color: 556998.

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

Color convert

RGB 198 127 8 -
CMYK 0 0.36 0.96 0.22
HSL 37.58º 0.92% 0.4% -
HSV(B) 37.58º 0.96% 0.78% -
XYZ 30.92 27.2 3.85 -
YUV 134.66 56.52 173.18 -
System Red Green Blue C M Y K H S L
Decimal 198 127 8 0 0.36 0.96 0.22 37.58 0.92 0.4
Hex C6 7F 8 0 24 60 16 26 5C 28
Octal 306 177 10 0 44 140 26 46 134 50
Binary 11000110 1111111 1000 0 100100 1100000 10110 100110 1011100 101000

Color Harmonies of #C67F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F08

Black with #C67F08

Text Example


Text Example

White with #C67F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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