Html Css Color HEX #D6B453 Rob Roy

📋 copy color: '#D6B453'

red 214 ◦ green 180 ◦ blue 83

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

Shades of Rob Roy #D6B453

Tints of Rob Roy #D6B453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.74%

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

R = 44.86%
G = 37.74%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6B453 (or 0xD6B453) is known color: Rob Roy. HEX triplet: D6, B4 and 53. RGB value is (214,180,83). Sum of RGB (Red+Green+Blue) = 214+180+83=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B453 is #294BAC. Grayscale: #B3B3B3. Windows color (decimal): -2706349 or 5485782. OLE color: 5485782.

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

Color convert

RGB 214 180 83 -
CMYK 0 0.16 0.61 0.16
HSL 44.43º 0.62% 0.58% -
HSV(B) 44.43º 0.61% 0.84% -
XYZ 45.61 47.56 14.96 -
YUV 179.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 214 180 83 0 0.16 0.61 0.16 44.43 0.62 0.58
Hex D6 B4 53 0 10 3D 10 2C 3E 3A
Octal 326 264 123 0 20 75 20 54 76 72
Binary 11010110 10110100 1010011 0 10000 111101 10000 101100 111110 111010

Color Harmonies of #D6B453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B453

Black with #D6B453

Text Example


Text Example

White with #D6B453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B453; }

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

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

background-color css

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

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

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

border-color css

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

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

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