Html Css Color HEX #C6920F Dark Goldenrod

📋 copy color: '#C6920F'

red 198 ◦ green 146 ◦ blue 15

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

Shades of Dark Goldenrod #C6920F

Tints of Dark Goldenrod #C6920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 55.15%
G = 40.67%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6920F (or 0xC6920F) is known color: Dark Goldenrod. HEX triplet: C6, 92 and 0F. RGB value is (198,146,15). Sum of RGB (Red+Green+Blue) = 198+146+15=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6920F is #396DF0. Grayscale: #939393. Windows color (decimal): -3763697 or 1020614. OLE color: 1020614.

HSL color Cylindrical-coordinate representation of color #C6920F: hue angle of 42.95º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6920F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 15 -
CMYK 0 0.26 0.92 0.22
HSL 42.95º 0.86% 0.42% -
HSV(B) 42.95º 0.92% 0.78% -
XYZ 33.65 32.6 4.97 -
YUV 146.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 198 146 15 0 0.26 0.92 0.22 42.95 0.86 0.42
Hex C6 92 F 0 1A 5C 16 2B 56 2A
Octal 306 222 17 0 32 134 26 53 126 52
Binary 11000110 10010010 1111 0 11010 1011100 10110 101011 1010110 101010

Color Harmonies of #C6920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6920F

Black with #C6920F

Text Example


Text Example

White with #C6920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6920F; }

 p { color: rgb(198,146,15); }

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

background-color css

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

 a { background-color: rgb(198,146,15); }

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

border-color css

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

 span { border-color: rgb(198,146,15); }

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