Html Css Color HEX #C07F18 Dark Goldenrod

📋 copy color: '#C07F18'

red 192 ◦ green 127 ◦ blue 24

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

Shades of Dark Goldenrod #C07F18

Tints of Dark Goldenrod #C07F18

RGB

 RED value IS 192 (75.39% from 255) = 55.98%

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

 BLUE value IS 24 (9.77% from 255) = 7%

R = 55.98%
G = 37.03%
B = 7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07F18 (or 0xC07F18) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 18. RGB value is (192,127,24). Sum of RGB (Red+Green+Blue) = 192+127+24=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F18 is #3F80E7. Grayscale: #878787. Windows color (decimal): -4161768 or 1605568. OLE color: 1605568.

HSL color Cylindrical-coordinate representation of color #C07F18: hue angle of 36.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C07F18 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 24 -
CMYK 0 0.34 0.88 0.25
HSL 36.79º 0.78% 0.42% -
HSV(B) 36.79º 0.88% 0.75% -
XYZ 29.49 26.45 4.42 -
YUV 134.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 192 127 24 0 0.34 0.88 0.25 36.79 0.78 0.42
Hex C0 7F 18 0 22 58 19 25 4E 2A
Octal 300 177 30 0 42 130 31 45 116 52
Binary 11000000 1111111 11000 0 100010 1011000 11001 100101 1001110 101010

Color Harmonies of #C07F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F18

Black with #C07F18

Text Example


Text Example

White with #C07F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F18; }

 p { color: rgb(192,127,24); }

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

background-color css

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

 a { background-color: rgb(192,127,24); }

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

border-color css

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

 span { border-color: rgb(192,127,24); }

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