Html Css Color HEX #C09601 Dark Goldenrod

📋 copy color: '#C09601'

red 192 ◦ green 150 ◦ blue 1

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

Shades of Dark Goldenrod #C09601

Tints of Dark Goldenrod #C09601

RGB

 RED value IS 192 (75.39% from 255) = 55.98%

 GREEN value IS 150 (58.98% from 255) = 43.73%

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

R = 55.98%
G = 43.73%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09601 (or 0xC09601) is known color: Dark Goldenrod. HEX triplet: C0, 96 and 01. RGB value is (192,150,1). Sum of RGB (Red+Green+Blue) = 192+150+1=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C09601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09601 is #3F69FE. Grayscale: #929292. Windows color (decimal): -4155903 or 104128. OLE color: 104128.

HSL color Cylindrical-coordinate representation of color #C09601: hue angle of 46.81º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C09601 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 1 -
CMYK 0 0.22 0.99 0.25
HSL 46.81º 0.99% 0.38% -
HSV(B) 46.81º 0.99% 0.75% -
XYZ 32.65 33.02 4.68 -
YUV 145.57 46.41 161.12 -
System Red Green Blue C M Y K H S L
Decimal 192 150 1 0 0.22 0.99 0.25 46.81 0.99 0.38
Hex C0 96 1 0 16 63 19 2F 63 26
Octal 300 226 1 0 26 143 31 57 143 46
Binary 11000000 10010110 1 0 10110 1100011 11001 101111 1100011 100110

Color Harmonies of #C09601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09601

Black with #C09601

Text Example


Text Example

White with #C09601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09601; }

 p { color: rgb(192,150,1); }

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

background-color css

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

 a { background-color: rgb(192,150,1); }

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

border-color css

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

 span { border-color: rgb(192,150,1); }

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