Html Css Color HEX #C27602 Dark Goldenrod

📋 copy color: '#C27602'

red 194 ◦ green 118 ◦ blue 2

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

Shades of Dark Goldenrod #C27602

Tints of Dark Goldenrod #C27602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 61.78%
G = 37.58%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C27602 (or 0xC27602) is known color: Dark Goldenrod. HEX triplet: C2, 76 and 02. RGB value is (194,118,2). Sum of RGB (Red+Green+Blue) = 194+118+2=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C27602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27602 is #3D89FD. Grayscale: #808080. Windows color (decimal): -4033022 or 161474. OLE color: 161474.

HSL color Cylindrical-coordinate representation of color #C27602: hue angle of 36.25º 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 #C27602 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 2 -
CMYK 0 0.39 0.99 0.24
HSL 36.25º 0.98% 0.38% -
HSV(B) 36.25º 0.99% 0.76% -
XYZ 28.74 24.43 3.26 -
YUV 127.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 194 118 2 0 0.39 0.99 0.24 36.25 0.98 0.38
Hex C2 76 2 0 27 63 18 24 62 26
Octal 302 166 2 0 47 143 30 44 142 46
Binary 11000010 1110110 10 0 100111 1100011 11000 100100 1100010 100110

Color Harmonies of #C27602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27602

Black with #C27602

Text Example


Text Example

White with #C27602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27602; }

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

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

background-color css

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

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

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

border-color css

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

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

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