Html Css Color HEX #C19702 Dark Goldenrod

📋 copy color: '#C19702'

red 193 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #C19702

Tints of Dark Goldenrod #C19702

RGB

 RED value IS 193 (75.78% from 255) = 55.78%

 GREEN value IS 151 (59.38% from 255) = 43.64%

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

R = 55.78%
G = 43.64%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C19702 (or 0xC19702) is known color: Dark Goldenrod. HEX triplet: C1, 97 and 02. RGB value is (193,151,2). Sum of RGB (Red+Green+Blue) = 193+151+2=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C19702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19702 is #3E68FD. Grayscale: #939393. Windows color (decimal): -4090110 or 169921. OLE color: 169921.

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

Color convert

RGB 193 151 2 -
CMYK 0 0.22 0.99 0.24
HSL 46.81º 0.98% 0.38% -
HSV(B) 46.81º 0.99% 0.76% -
XYZ 33.07 33.48 4.78 -
YUV 146.57 46.41 161.12 -
System Red Green Blue C M Y K H S L
Decimal 193 151 2 0 0.22 0.99 0.24 46.81 0.98 0.38
Hex C1 97 2 0 16 63 18 2F 62 26
Octal 301 227 2 0 26 143 30 57 142 46
Binary 11000001 10010111 10 0 10110 1100011 11000 101111 1100010 100110

Color Harmonies of #C19702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19702

Black with #C19702

Text Example


Text Example

White with #C19702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19702; }

 p { color: rgb(193,151,2); }

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

background-color css

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

 a { background-color: rgb(193,151,2); }

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

border-color css

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

 span { border-color: rgb(193,151,2); }

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