Html Css Color HEX #C47802 Dark Goldenrod

📋 copy color: '#C47802'

red 196 ◦ green 120 ◦ blue 2

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

Shades of Dark Goldenrod #C47802

Tints of Dark Goldenrod #C47802

RGB

 RED value IS 196 (76.95% from 255) = 61.64%

 GREEN value IS 120 (47.27% from 255) = 37.74%

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

R = 61.64%
G = 37.74%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47802 (or 0xC47802) is known color: Dark Goldenrod. HEX triplet: C4, 78 and 02. RGB value is (196,120,2). Sum of RGB (Red+Green+Blue) = 196+120+2=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C47802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47802 is #3B87FD. Grayscale: #818181. Windows color (decimal): -3901438 or 161988. OLE color: 161988.

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

Color convert

RGB 196 120 2 -
CMYK 0 0.39 0.99 0.23
HSL 36.49º 0.98% 0.39% -
HSV(B) 36.49º 0.99% 0.77% -
XYZ 29.49 25.17 3.36 -
YUV 129.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 196 120 2 0 0.39 0.99 0.23 36.49 0.98 0.39
Hex C4 78 2 0 27 63 17 24 62 27
Octal 304 170 2 0 47 143 27 44 142 47
Binary 11000100 1111000 10 0 100111 1100011 10111 100100 1100010 100111

Color Harmonies of #C47802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47802

Black with #C47802

Text Example


Text Example

White with #C47802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47802; }

 p { color: rgb(196,120,2); }

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

background-color css

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

 a { background-color: rgb(196,120,2); }

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

border-color css

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

 span { border-color: rgb(196,120,2); }

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