Html Css Color HEX #C0890F Dark Goldenrod

📋 copy color: '#C0890F'

red 192 ◦ green 137 ◦ blue 15

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

Shades of Dark Goldenrod #C0890F

Tints of Dark Goldenrod #C0890F

RGB

 RED value IS 192 (75.39% from 255) = 55.81%

 GREEN value IS 137 (53.91% from 255) = 39.83%

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

R = 55.81%
G = 39.83%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0890F (or 0xC0890F) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 0F. RGB value is (192,137,15). Sum of RGB (Red+Green+Blue) = 192+137+15=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C0890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0890F is #3F76F0. Grayscale: #8C8C8C. Windows color (decimal): -4159217 or 1018304. OLE color: 1018304.

HSL color Cylindrical-coordinate representation of color #C0890F: hue angle of 41.36º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0890F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 15 -
CMYK 0 0.29 0.92 0.25
HSL 41.36º 0.86% 0.41% -
HSV(B) 41.36º 0.92% 0.75% -
XYZ 30.77 29.13 4.45 -
YUV 139.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 192 137 15 0 0.29 0.92 0.25 41.36 0.86 0.41
Hex C0 89 F 0 1D 5C 19 29 56 29
Octal 300 211 17 0 35 134 31 51 126 51
Binary 11000000 10001001 1111 0 11101 1011100 11001 101001 1010110 101001

Color Harmonies of #C0890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0890F

Black with #C0890F

Text Example


Text Example

White with #C0890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0890F; }

 p { color: rgb(192,137,15); }

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

background-color css

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

 a { background-color: rgb(192,137,15); }

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

border-color css

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

 span { border-color: rgb(192,137,15); }

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