Html Css Color HEX #C6900A Dark Goldenrod

📋 copy color: '#C6900A'

red 198 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #C6900A

Tints of Dark Goldenrod #C6900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.91%

 BLUE value IS 10 (4.3% from 255) = 2.84%

R = 56.25%
G = 40.91%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C6900A (or 0xC6900A) is known color: Dark Goldenrod. HEX triplet: C6, 90 and 0A. RGB value is (198,144,10). Sum of RGB (Red+Green+Blue) = 198+144+10=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C6900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6900A is #396FF5. Grayscale: #919191. Windows color (decimal): -3764214 or 692422. OLE color: 692422.

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

Color convert

RGB 198 144 10 -
CMYK 0 0.27 0.95 0.22
HSL 42.77º 0.9% 0.41% -
HSV(B) 42.77º 0.95% 0.78% -
XYZ 33.32 31.97 4.7 -
YUV 144.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 198 144 10 0 0.27 0.95 0.22 42.77 0.9 0.41
Hex C6 90 A 0 1B 5F 16 2B 5A 29
Octal 306 220 12 0 33 137 26 53 132 51
Binary 11000110 10010000 1010 0 11011 1011111 10110 101011 1011010 101001

Color Harmonies of #C6900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6900A

Black with #C6900A

Text Example


Text Example

White with #C6900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6900A; }

 p { color: rgb(198,144,10); }

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

background-color css

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

 a { background-color: rgb(198,144,10); }

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

border-color css

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

 span { border-color: rgb(198,144,10); }

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