Html Css Color HEX #C69405 Dark Goldenrod

📋 copy color: '#C69405'

red 198 ◦ green 148 ◦ blue 5

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

Shades of Dark Goldenrod #C69405

Tints of Dark Goldenrod #C69405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 56.41%
G = 42.17%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C69405 (or 0xC69405) is known color: Dark Goldenrod. HEX triplet: C6, 94 and 05. RGB value is (198,148,5). Sum of RGB (Red+Green+Blue) = 198+148+5=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C69405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69405 is #396BFA. Grayscale: #939393. Windows color (decimal): -3763195 or 365766. OLE color: 365766.

HSL color Cylindrical-coordinate representation of color #C69405: hue angle of 44.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C69405 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 5 -
CMYK 0 0.25 0.97 0.22
HSL 44.46º 0.95% 0.4% -
HSV(B) 44.46º 0.97% 0.78% -
XYZ 33.91 33.2 4.76 -
YUV 146.65 48.07 164.63 -
System Red Green Blue C M Y K H S L
Decimal 198 148 5 0 0.25 0.97 0.22 44.46 0.95 0.4
Hex C6 94 5 0 19 61 16 2C 5F 28
Octal 306 224 5 0 31 141 26 54 137 50
Binary 11000110 10010100 101 0 11001 1100001 10110 101100 1011111 101000

Color Harmonies of #C69405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69405

Black with #C69405

Text Example


Text Example

White with #C69405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69405; }

 p { color: rgb(198,148,5); }

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

background-color css

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

 a { background-color: rgb(198,148,5); }

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

border-color css

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

 span { border-color: rgb(198,148,5); }

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