Html Css Color HEX #D2B152 Rob Roy

📋 copy color: '#D2B152'

red 210 ◦ green 177 ◦ blue 82

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

Shades of Rob Roy #D2B152

Tints of Rob Roy #D2B152

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 82 (32.42% from 255) = 17.48%

R = 44.78%
G = 37.74%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D2B152 (or 0xD2B152) is known color: Rob Roy. HEX triplet: D2, B1 and 52. RGB value is (210,177,82). Sum of RGB (Red+Green+Blue) = 210+177+82=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B152 is #2D4EAD. Grayscale: #B0B0B0. Windows color (decimal): -2969262 or 5419474. OLE color: 5419474.

HSL color Cylindrical-coordinate representation of color #D2B152: hue angle of 44.53º 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 #D2B152 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 177 82 -
CMYK 0 0.16 0.61 0.18
HSL 44.53º 0.59% 0.57% -
HSV(B) 44.53º 0.61% 0.82% -
XYZ 43.82 45.76 14.5 -
YUV 176.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 210 177 82 0 0.16 0.61 0.18 44.53 0.59 0.57
Hex D2 B1 52 0 10 3D 12 2D 3B 39
Octal 322 261 122 0 20 75 22 55 73 71
Binary 11010010 10110001 1010010 0 10000 111101 10010 101101 111011 111001

Color Harmonies of #D2B152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B152

Black with #D2B152

Text Example


Text Example

White with #D2B152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B152; }

 p { color: rgb(210,177,82); }

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

background-color css

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

 a { background-color: rgb(210,177,82); }

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

border-color css

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

 span { border-color: rgb(210,177,82); }

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