Html Css Color HEX #C27902 Dark Goldenrod

📋 copy color: '#C27902'

red 194 ◦ green 121 ◦ blue 2

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

Shades of Dark Goldenrod #C27902

Tints of Dark Goldenrod #C27902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 61.2%
G = 38.17%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C27902 (or 0xC27902) is known color: Dark Goldenrod. HEX triplet: C2, 79 and 02. RGB value is (194,121,2). Sum of RGB (Red+Green+Blue) = 194+121+2=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C27902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27902 is #3D86FD. Grayscale: #818181. Windows color (decimal): -4032254 or 162242. OLE color: 162242.

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

Color convert

RGB 194 121 2 -
CMYK 0 0.38 0.99 0.24
HSL 37.19º 0.98% 0.38% -
HSV(B) 37.19º 0.99% 0.76% -
XYZ 29.1 25.15 3.38 -
YUV 129.26 56.18 174.18 -
System Red Green Blue C M Y K H S L
Decimal 194 121 2 0 0.38 0.99 0.24 37.19 0.98 0.38
Hex C2 79 2 0 26 63 18 25 62 26
Octal 302 171 2 0 46 143 30 45 142 46
Binary 11000010 1111001 10 0 100110 1100011 11000 100101 1100010 100110

Color Harmonies of #C27902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27902

Black with #C27902

Text Example


Text Example

White with #C27902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27902; }

 p { color: rgb(194,121,2); }

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

background-color css

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

 a { background-color: rgb(194,121,2); }

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

border-color css

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

 span { border-color: rgb(194,121,2); }

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