Html Css Color HEX #D6B452 Rob Roy

📋 copy color: '#D6B452'

red 214 ◦ green 180 ◦ blue 82

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

Shades of Rob Roy #D6B452

Tints of Rob Roy #D6B452

RGB

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

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

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

R = 44.96%
G = 37.82%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6B452 (or 0xD6B452) is known color: Rob Roy. HEX triplet: D6, B4 and 52. RGB value is (214,180,82). Sum of RGB (Red+Green+Blue) = 214+180+82=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B452 is #294BAD. Grayscale: #B3B3B3. Windows color (decimal): -2706350 or 5420246. OLE color: 5420246.

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

Color convert

RGB 214 180 82 -
CMYK 0 0.16 0.62 0.16
HSL 44.55º 0.62% 0.58% -
HSV(B) 44.55º 0.62% 0.84% -
XYZ 45.58 47.55 14.76 -
YUV 178.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 214 180 82 0 0.16 0.62 0.16 44.55 0.62 0.58
Hex D6 B4 52 0 10 3E 10 2D 3E 3A
Octal 326 264 122 0 20 76 20 55 76 72
Binary 11010110 10110100 1010010 0 10000 111110 10000 101101 111110 111010

Color Harmonies of #D6B452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B452

Black with #D6B452

Text Example


Text Example

White with #D6B452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B452; }

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

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

background-color css

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

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

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

border-color css

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

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

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