Html Css Color HEX #C47A01 Dark Goldenrod

📋 copy color: '#C47A01'

red 196 ◦ green 122 ◦ blue 1

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

Shades of Dark Goldenrod #C47A01

Tints of Dark Goldenrod #C47A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 61.44%
G = 38.24%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47A01 (or 0xC47A01) is known color: Dark Goldenrod. HEX triplet: C4, 7A and 01. RGB value is (196,122,1). Sum of RGB (Red+Green+Blue) = 196+122+1=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A01 is #3B85FE. Grayscale: #828282. Windows color (decimal): -3900927 or 96964. OLE color: 96964.

HSL color Cylindrical-coordinate representation of color #C47A01: hue angle of 37.23º degrees, saturation: 0.99, 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 #C47A01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 1 -
CMYK 0 0.38 0.99 0.23
HSL 37.23º 0.99% 0.39% -
HSV(B) 37.23º 0.99% 0.77% -
XYZ 29.73 25.66 3.41 -
YUV 130.33 55.02 174.84 -
System Red Green Blue C M Y K H S L
Decimal 196 122 1 0 0.38 0.99 0.23 37.23 0.99 0.39
Hex C4 7A 1 0 26 63 17 25 63 27
Octal 304 172 1 0 46 143 27 45 143 47
Binary 11000100 1111010 1 0 100110 1100011 10111 100101 1100011 100111

Color Harmonies of #C47A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A01

Black with #C47A01

Text Example


Text Example

White with #C47A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A01; }

 p { color: rgb(196,122,1); }

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

background-color css

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

 a { background-color: rgb(196,122,1); }

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

border-color css

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

 span { border-color: rgb(196,122,1); }

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