Html Css Color HEX #C47E02 Dark Goldenrod

📋 copy color: '#C47E02'

red 196 ◦ green 126 ◦ blue 2

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

Shades of Dark Goldenrod #C47E02

Tints of Dark Goldenrod #C47E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.89%

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

R = 60.49%
G = 38.89%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47E02 (or 0xC47E02) is known color: Dark Goldenrod. HEX triplet: C4, 7E and 02. RGB value is (196,126,2). Sum of RGB (Red+Green+Blue) = 196+126+2=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E02 is #3B81FD. Grayscale: #858585. Windows color (decimal): -3899902 or 163524. OLE color: 163524.

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

Color convert

RGB 196 126 2 -
CMYK 0 0.36 0.99 0.23
HSL 38.35º 0.98% 0.39% -
HSV(B) 38.35º 0.99% 0.77% -
XYZ 30.24 26.66 3.61 -
YUV 132.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 196 126 2 0 0.36 0.99 0.23 38.35 0.98 0.39
Hex C4 7E 2 0 24 63 17 26 62 27
Octal 304 176 2 0 44 143 27 46 142 47
Binary 11000100 1111110 10 0 100100 1100011 10111 100110 1100010 100111

Color Harmonies of #C47E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E02

Black with #C47E02

Text Example


Text Example

White with #C47E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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