Html Css Color HEX #C2851B Dark Goldenrod

📋 copy color: '#C2851B'

red 194 ◦ green 133 ◦ blue 27

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

Shades of Dark Goldenrod #C2851B

Tints of Dark Goldenrod #C2851B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 54.8%
G = 37.57%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2851B (or 0xC2851B) is known color: Dark Goldenrod. HEX triplet: C2, 85 and 1B. RGB value is (194,133,27). Sum of RGB (Red+Green+Blue) = 194+133+27=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2851B is #3D7AE4. Grayscale: #8B8B8B. Windows color (decimal): -4029157 or 1803714. OLE color: 1803714.

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

Color convert

RGB 194 133 27 -
CMYK 0 0.31 0.86 0.24
HSL 38.08º 0.76% 0.43% -
HSV(B) 38.08º 0.86% 0.76% -
XYZ 30.83 28.32 4.88 -
YUV 139.16 64.71 167.12 -
System Red Green Blue C M Y K H S L
Decimal 194 133 27 0 0.31 0.86 0.24 38.08 0.76 0.43
Hex C2 85 1B 0 1F 56 18 26 4C 2B
Octal 302 205 33 0 37 126 30 46 114 53
Binary 11000010 10000101 11011 0 11111 1010110 11000 100110 1001100 101011

Color Harmonies of #C2851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2851B

Black with #C2851B

Text Example


Text Example

White with #C2851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2851B; }

 p { color: rgb(194,133,27); }

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

background-color css

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

 a { background-color: rgb(194,133,27); }

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

border-color css

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

 span { border-color: rgb(194,133,27); }

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