Html Css Color HEX #D3840A Dark Goldenrod

📋 copy color: '#D3840A'

red 211 ◦ green 132 ◦ blue 10

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

Shades of Dark Goldenrod #D3840A

Tints of Dark Goldenrod #D3840A

RGB

 RED value IS 211 (82.81% from 255) = 59.77%

 GREEN value IS 132 (51.95% from 255) = 37.39%

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

R = 59.77%
G = 37.39%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3840A (or 0xD3840A) is known color: Dark Goldenrod. HEX triplet: D3, 84 and 0A. RGB value is (211,132,10). Sum of RGB (Red+Green+Blue) = 211+132+10=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3840A is #2C7BF5. Grayscale: #8E8E8E. Windows color (decimal): -2915318 or 689363. OLE color: 689363.

HSL color Cylindrical-coordinate representation of color #D3840A: hue angle of 36.42º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3840A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 10 -
CMYK 0 0.37 0.95 0.17
HSL 36.42º 0.91% 0.43% -
HSV(B) 36.42º 0.95% 0.83% -
XYZ 35.17 30.37 4.3 -
YUV 141.71 53.67 177.42 -
System Red Green Blue C M Y K H S L
Decimal 211 132 10 0 0.37 0.95 0.17 36.42 0.91 0.43
Hex D3 84 A 0 25 5F 11 24 5B 2B
Octal 323 204 12 0 45 137 21 44 133 53
Binary 11010011 10000100 1010 0 100101 1011111 10001 100100 1011011 101011

Color Harmonies of #D3840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3840A

Black with #D3840A

Text Example


Text Example

White with #D3840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3840A; }

 p { color: rgb(211,132,10); }

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

background-color css

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

 a { background-color: rgb(211,132,10); }

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

border-color css

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

 span { border-color: rgb(211,132,10); }

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