Html Css Color HEX #D2830A Dark Goldenrod

📋 copy color: '#D2830A'

red 210 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #D2830A

Tints of Dark Goldenrod #D2830A

RGB

 RED value IS 210 (82.42% from 255) = 59.83%

 GREEN value IS 131 (51.56% from 255) = 37.32%

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

R = 59.83%
G = 37.32%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2830A (or 0xD2830A) is known color: Dark Goldenrod. HEX triplet: D2, 83 and 0A. RGB value is (210,131,10). Sum of RGB (Red+Green+Blue) = 210+131+10=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D2830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2830A is #2D7CF5. Grayscale: #8D8D8D. Windows color (decimal): -2981110 or 689106. OLE color: 689106.

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

Color convert

RGB 210 131 10 -
CMYK 0 0.38 0.95 0.18
HSL 36.3º 0.91% 0.43% -
HSV(B) 36.3º 0.95% 0.82% -
XYZ 34.75 29.96 4.24 -
YUV 140.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 210 131 10 0 0.38 0.95 0.18 36.3 0.91 0.43
Hex D2 83 A 0 26 5F 12 24 5B 2B
Octal 322 203 12 0 46 137 22 44 133 53
Binary 11010010 10000011 1010 0 100110 1011111 10010 100100 1011011 101011

Color Harmonies of #D2830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2830A

Black with #D2830A

Text Example


Text Example

White with #D2830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2830A; }

 p { color: rgb(210,131,10); }

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

background-color css

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

 a { background-color: rgb(210,131,10); }

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

border-color css

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

 span { border-color: rgb(210,131,10); }

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