Html Css Color HEX #C69601 Dark Goldenrod

📋 copy color: '#C69601'

red 198 ◦ green 150 ◦ blue 1

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

Shades of Dark Goldenrod #C69601

Tints of Dark Goldenrod #C69601

RGB

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

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

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

R = 56.73%
G = 42.98%
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

#C69601 (or 0xC69601) is known color: Dark Goldenrod. HEX triplet: C6, 96 and 01. RGB value is (198,150,1). Sum of RGB (Red+Green+Blue) = 198+150+1=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C69601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69601 is #3969FE. Grayscale: #949494. Windows color (decimal): -3762687 or 104134. OLE color: 104134.

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

Color convert

RGB 198 150 1 -
CMYK 0 0.24 0.99 0.22
HSL 45.38º 0.99% 0.39% -
HSV(B) 45.38º 0.99% 0.78% -
XYZ 34.2 33.82 4.75 -
YUV 147.37 45.4 164.12 -
System Red Green Blue C M Y K H S L
Decimal 198 150 1 0 0.24 0.99 0.22 45.38 0.99 0.39
Hex C6 96 1 0 18 63 16 2D 63 27
Octal 306 226 1 0 30 143 26 55 143 47
Binary 11000110 10010110 1 0 11000 1100011 10110 101101 1100011 100111

Color Harmonies of #C69601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69601

Black with #C69601

Text Example


Text Example

White with #C69601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69601; }

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

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

background-color css

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

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

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

border-color css

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

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

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