Html Css Color HEX #D6B253 Rob Roy

📋 copy color: '#D6B253'

red 214 ◦ green 178 ◦ blue 83

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

Shades of Rob Roy #D6B253

Tints of Rob Roy #D6B253

RGB

 RED value IS 214 (83.98% from 255) = 45.05%

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

 BLUE value IS 83 (32.81% from 255) = 17.47%

R = 45.05%
G = 37.47%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6B253 (or 0xD6B253) is known color: Rob Roy. HEX triplet: D6, B2 and 53. RGB value is (214,178,83). Sum of RGB (Red+Green+Blue) = 214+178+83=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B253 is #294DAC. Grayscale: #B2B2B2. Windows color (decimal): -2706861 or 5485270. OLE color: 5485270.

HSL color Cylindrical-coordinate representation of color #D6B253: hue angle of 43.51º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6B253 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 83 -
CMYK 0 0.17 0.61 0.16
HSL 43.51º 0.62% 0.58% -
HSV(B) 43.51º 0.61% 0.84% -
XYZ 45.21 46.76 14.83 -
YUV 177.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 214 178 83 0 0.17 0.61 0.16 43.51 0.62 0.58
Hex D6 B2 53 0 11 3D 10 2C 3E 3A
Octal 326 262 123 0 21 75 20 54 76 72
Binary 11010110 10110010 1010011 0 10001 111101 10000 101100 111110 111010

Color Harmonies of #D6B253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B253

Black with #D6B253

Text Example


Text Example

White with #D6B253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B253; }

 p { color: rgb(214,178,83); }

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

background-color css

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

 a { background-color: rgb(214,178,83); }

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

border-color css

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

 span { border-color: rgb(214,178,83); }

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