Html Css Color HEX #C0821A Dark Goldenrod

📋 copy color: '#C0821A'

red 192 ◦ green 130 ◦ blue 26

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

Shades of Dark Goldenrod #C0821A

Tints of Dark Goldenrod #C0821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 55.17%
G = 37.36%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0821A (or 0xC0821A) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 1A. RGB value is (192,130,26). Sum of RGB (Red+Green+Blue) = 192+130+26=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0821A is #3F7DE5. Grayscale: #898989. Windows color (decimal): -4160998 or 1737408. OLE color: 1737408.

HSL color Cylindrical-coordinate representation of color #C0821A: hue angle of 37.59º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0821A is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 26 -
CMYK 0 0.32 0.86 0.25
HSL 37.59º 0.76% 0.43% -
HSV(B) 37.59º 0.86% 0.75% -
XYZ 29.91 27.25 4.66 -
YUV 136.68 65.54 167.46 -
System Red Green Blue C M Y K H S L
Decimal 192 130 26 0 0.32 0.86 0.25 37.59 0.76 0.43
Hex C0 82 1A 0 20 56 19 26 4C 2B
Octal 300 202 32 0 40 126 31 46 114 53
Binary 11000000 10000010 11010 0 100000 1010110 11001 100110 1001100 101011

Color Harmonies of #C0821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0821A

Black with #C0821A

Text Example


Text Example

White with #C0821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0821A; }

 p { color: rgb(192,130,26); }

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

background-color css

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

 a { background-color: rgb(192,130,26); }

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

border-color css

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

 span { border-color: rgb(192,130,26); }

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