Html Css Color HEX #C0900A Dark Goldenrod

📋 copy color: '#C0900A'

red 192 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #C0900A

Tints of Dark Goldenrod #C0900A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 55.49%
G = 41.62%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0900A (or 0xC0900A) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 0A. RGB value is (192,144,10). Sum of RGB (Red+Green+Blue) = 192+144+10=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C0900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0900A is #3F6FF5. Grayscale: #8F8F8F. Windows color (decimal): -4157430 or 692416. OLE color: 692416.

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

Color convert

RGB 192 144 10 -
CMYK 0 0.25 0.95 0.25
HSL 44.18º 0.9% 0.4% -
HSV(B) 44.18º 0.95% 0.75% -
XYZ 31.77 31.17 4.63 -
YUV 143.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 192 144 10 0 0.25 0.95 0.25 44.18 0.9 0.4
Hex C0 90 A 0 19 5F 19 2C 5A 28
Octal 300 220 12 0 31 137 31 54 132 50
Binary 11000000 10010000 1010 0 11001 1011111 11001 101100 1011010 101000

Color Harmonies of #C0900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0900A

Black with #C0900A

Text Example


Text Example

White with #C0900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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