Html Css Color HEX #C69701 Dark Goldenrod

📋 copy color: '#C69701'

red 198 ◦ green 151 ◦ blue 1

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

Shades of Dark Goldenrod #C69701

Tints of Dark Goldenrod #C69701

RGB

 RED value IS 198 (77.73% from 255) = 56.57%

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

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

R = 56.57%
G = 43.14%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C69701 (or 0xC69701) is known color: Dark Goldenrod. HEX triplet: C6, 97 and 01. RGB value is (198,151,1). Sum of RGB (Red+Green+Blue) = 198+151+1=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C69701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69701 is #3968FE. Grayscale: #949494. Windows color (decimal): -3762431 or 104390. OLE color: 104390.

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

Color convert

RGB 198 151 1 -
CMYK 0 0.24 0.99 0.22
HSL 45.69º 0.99% 0.39% -
HSV(B) 45.69º 0.99% 0.78% -
XYZ 34.36 34.14 4.81 -
YUV 147.95 45.07 163.7 -
System Red Green Blue C M Y K H S L
Decimal 198 151 1 0 0.24 0.99 0.22 45.69 0.99 0.39
Hex C6 97 1 0 18 63 16 2E 63 27
Octal 306 227 1 0 30 143 26 56 143 47
Binary 11000110 10010111 1 0 11000 1100011 10110 101110 1100011 100111

Color Harmonies of #C69701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69701

Black with #C69701

Text Example


Text Example

White with #C69701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69701; }

 p { color: rgb(198,151,1); }

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

background-color css

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

 a { background-color: rgb(198,151,1); }

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

border-color css

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

 span { border-color: rgb(198,151,1); }

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