Html Css Color HEX #D2B251 Rob Roy

📋 copy color: '#D2B251'

red 210 ◦ green 178 ◦ blue 81

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

Shades of Rob Roy #D2B251

Tints of Rob Roy #D2B251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.27%

R = 44.78%
G = 37.95%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D2B251 (or 0xD2B251) is known color: Rob Roy. HEX triplet: D2, B2 and 51. RGB value is (210,178,81). Sum of RGB (Red+Green+Blue) = 210+178+81=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B251 is #2D4DAE. Grayscale: #B0B0B0. Windows color (decimal): -2969007 or 5354194. OLE color: 5354194.

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

Color convert

RGB 210 178 81 -
CMYK 0 0.15 0.61 0.18
HSL 45.12º 0.59% 0.57% -
HSV(B) 45.12º 0.61% 0.82% -
XYZ 43.98 46.14 14.37 -
YUV 176.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 210 178 81 0 0.15 0.61 0.18 45.12 0.59 0.57
Hex D2 B2 51 0 F 3D 12 2D 3B 39
Octal 322 262 121 0 17 75 22 55 73 71
Binary 11010010 10110010 1010001 0 1111 111101 10010 101101 111011 111001

Color Harmonies of #D2B251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B251

Black with #D2B251

Text Example


Text Example

White with #D2B251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B251; }

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

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

background-color css

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

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

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

border-color css

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

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

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