Html Css Color HEX #C0900C Dark Goldenrod

📋 copy color: '#C0900C'

red 192 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #C0900C

Tints of Dark Goldenrod #C0900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 55.17%
G = 41.38%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0900C (or 0xC0900C) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 0C. RGB value is (192,144,12). Sum of RGB (Red+Green+Blue) = 192+144+12=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0900C is #3F6FF3. Grayscale: #8F8F8F. Windows color (decimal): -4157428 or 823488. OLE color: 823488.

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

Color convert

RGB 192 144 12 -
CMYK 0 0.25 0.94 0.25
HSL 44º 0.88% 0.4% -
HSV(B) 44º 0.94% 0.75% -
XYZ 31.78 31.18 4.69 -
YUV 143.3 53.9 162.73 -
System Red Green Blue C M Y K H S L
Decimal 192 144 12 0 0.25 0.94 0.25 44 0.88 0.4
Hex C0 90 C 0 19 5E 19 2C 58 28
Octal 300 220 14 0 31 136 31 54 130 50
Binary 11000000 10010000 1100 0 11001 1011110 11001 101100 1011000 101000

Color Harmonies of #C0900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0900C

Black with #C0900C

Text Example


Text Example

White with #C0900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0900C; }

 p { color: rgb(192,144,12); }

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

background-color css

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

 a { background-color: rgb(192,144,12); }

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

border-color css

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

 span { border-color: rgb(192,144,12); }

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