Html Css Color HEX #C4890A Dark Goldenrod

📋 copy color: '#C4890A'

red 196 ◦ green 137 ◦ blue 10

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

Shades of Dark Goldenrod #C4890A

Tints of Dark Goldenrod #C4890A

RGB

 RED value IS 196 (76.95% from 255) = 57.14%

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

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

R = 57.14%
G = 39.94%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4890A (or 0xC4890A) is known color: Dark Goldenrod. HEX triplet: C4, 89 and 0A. RGB value is (196,137,10). Sum of RGB (Red+Green+Blue) = 196+137+10=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4890A is #3B76F5. Grayscale: #8C8C8C. Windows color (decimal): -3897078 or 690628. OLE color: 690628.

HSL color Cylindrical-coordinate representation of color #C4890A: hue angle of 40.97º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4890A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 10 -
CMYK 0 0.30 0.95 0.23
HSL 40.97º 0.9% 0.4% -
HSV(B) 40.97º 0.95% 0.77% -
XYZ 31.77 29.65 4.34 -
YUV 140.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 196 137 10 0 0.30 0.95 0.23 40.97 0.9 0.4
Hex C4 89 A 0 1E 5F 17 29 5A 28
Octal 304 211 12 0 36 137 27 51 132 50
Binary 11000100 10001001 1010 0 11110 1011111 10111 101001 1011010 101000

Color Harmonies of #C4890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4890A

Black with #C4890A

Text Example


Text Example

White with #C4890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4890A; }

 p { color: rgb(196,137,10); }

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

background-color css

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

 a { background-color: rgb(196,137,10); }

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

border-color css

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

 span { border-color: rgb(196,137,10); }

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