Html Css Color HEX #C2730B Dark Goldenrod

📋 copy color: '#C2730B'

red 194 ◦ green 115 ◦ blue 11

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

Shades of Dark Goldenrod #C2730B

Tints of Dark Goldenrod #C2730B

RGB

 RED value IS 194 (76.17% from 255) = 60.63%

 GREEN value IS 115 (45.31% from 255) = 35.94%

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 60.63%
G = 35.94%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2730B (or 0xC2730B) is known color: Dark Goldenrod. HEX triplet: C2, 73 and 0B. RGB value is (194,115,11). Sum of RGB (Red+Green+Blue) = 194+115+11=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2730B is #3D8CF4. Grayscale: #7F7F7F. Windows color (decimal): -4033781 or 750530. OLE color: 750530.

HSL color Cylindrical-coordinate representation of color #C2730B: hue angle of 34.1º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2730B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 115 11 -
CMYK 0 0.41 0.94 0.24
HSL 34.1º 0.89% 0.4% -
HSV(B) 34.1º 0.94% 0.76% -
XYZ 28.44 23.75 3.4 -
YUV 126.77 62.67 175.96 -
System Red Green Blue C M Y K H S L
Decimal 194 115 11 0 0.41 0.94 0.24 34.1 0.89 0.4
Hex C2 73 B 0 29 5E 18 22 59 28
Octal 302 163 13 0 51 136 30 42 131 50
Binary 11000010 1110011 1011 0 101001 1011110 11000 100010 1011001 101000

Color Harmonies of #C2730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2730B

Black with #C2730B

Text Example


Text Example

White with #C2730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2730B; }

 p { color: rgb(194,115,11); }

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

background-color css

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

 a { background-color: rgb(194,115,11); }

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

border-color css

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

 span { border-color: rgb(194,115,11); }

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