Html Css Color HEX #C47F02 Dark Goldenrod

📋 copy color: '#C47F02'

red 196 ◦ green 127 ◦ blue 2

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

Shades of Dark Goldenrod #C47F02

Tints of Dark Goldenrod #C47F02

RGB

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

 GREEN value IS 127 (50% from 255) = 39.08%

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

R = 60.31%
G = 39.08%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C47F02 (or 0xC47F02) is known color: Dark Goldenrod. HEX triplet: C4, 7F and 02. RGB value is (196,127,2). Sum of RGB (Red+Green+Blue) = 196+127+2=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F02 is #3B80FD. Grayscale: #858585. Windows color (decimal): -3899646 or 163780. OLE color: 163780.

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

Color convert

RGB 196 127 2 -
CMYK 0 0.35 0.99 0.23
HSL 38.66º 0.98% 0.39% -
HSV(B) 38.66º 0.99% 0.77% -
XYZ 30.37 26.92 3.65 -
YUV 133.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 196 127 2 0 0.35 0.99 0.23 38.66 0.98 0.39
Hex C4 7F 2 0 23 63 17 27 62 27
Octal 304 177 2 0 43 143 27 47 142 47
Binary 11000100 1111111 10 0 100011 1100011 10111 100111 1100010 100111

Color Harmonies of #C47F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F02

Black with #C47F02

Text Example


Text Example

White with #C47F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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