Html Css Color HEX #D5B453 Rob Roy

📋 copy color: '#D5B453'

red 213 ◦ green 180 ◦ blue 83

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

Shades of Rob Roy #D5B453

Tints of Rob Roy #D5B453

RGB

 RED value IS 213 (83.59% from 255) = 44.75%

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

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

R = 44.75%
G = 37.82%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D5B453 (or 0xD5B453) is known color: Rob Roy. HEX triplet: D5, B4 and 53. RGB value is (213,180,83). Sum of RGB (Red+Green+Blue) = 213+180+83=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B453 is #2A4BAC. Grayscale: #B3B3B3. Windows color (decimal): -2771885 or 5485781. OLE color: 5485781.

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

Color convert

RGB 213 180 83 -
CMYK 0 0.15 0.61 0.16
HSL 44.77º 0.61% 0.58% -
HSV(B) 44.77º 0.61% 0.84% -
XYZ 45.32 47.41 14.95 -
YUV 178.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 213 180 83 0 0.15 0.61 0.16 44.77 0.61 0.58
Hex D5 B4 53 0 F 3D 10 2D 3D 3A
Octal 325 264 123 0 17 75 20 55 75 72
Binary 11010101 10110100 1010011 0 1111 111101 10000 101101 111101 111010

Color Harmonies of #D5B453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B453

Black with #D5B453

Text Example


Text Example

White with #D5B453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B453; }

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

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

background-color css

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

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

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

border-color css

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

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

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