Html Css Color HEX #D2B250 Rob Roy

📋 copy color: '#D2B250'

red 210 ◦ green 178 ◦ blue 80

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

Shades of Rob Roy #D2B250

Tints of Rob Roy #D2B250

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

 BLUE value IS 80 (31.64% from 255) = 17.09%

R = 44.87%
G = 38.03%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2B250 (or 0xD2B250) is known color: Rob Roy. HEX triplet: D2, B2 and 50. RGB value is (210,178,80). Sum of RGB (Red+Green+Blue) = 210+178+80=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B250 is #2D4DAF. Grayscale: #B0B0B0. Windows color (decimal): -2969008 or 5288658. OLE color: 5288658.

HSL color Cylindrical-coordinate representation of color #D2B250: hue angle of 45.23º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2B250 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 178 80 -
CMYK 0 0.15 0.62 0.18
HSL 45.23º 0.59% 0.57% -
HSV(B) 45.23º 0.62% 0.82% -
XYZ 43.95 46.12 14.18 -
YUV 176.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 210 178 80 0 0.15 0.62 0.18 45.23 0.59 0.57
Hex D2 B2 50 0 F 3E 12 2D 3B 39
Octal 322 262 120 0 17 76 22 55 73 71
Binary 11010010 10110010 1010000 0 1111 111110 10010 101101 111011 111001

Color Harmonies of #D2B250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B250

Black with #D2B250

Text Example


Text Example

White with #D2B250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B250; }

 p { color: rgb(210,178,80); }

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

background-color css

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

 a { background-color: rgb(210,178,80); }

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

border-color css

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

 span { border-color: rgb(210,178,80); }

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