Html Css Color HEX #D4AD52 Rob Roy

📋 copy color: '#D4AD52'

red 212 ◦ green 173 ◦ blue 82

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

Shades of Rob Roy #D4AD52

Tints of Rob Roy #D4AD52

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

 GREEN value IS 173 (67.97% from 255) = 37.04%

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

R = 45.4%
G = 37.04%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4AD52 (or 0xD4AD52) is known color: Rob Roy. HEX triplet: D4, AD and 52. RGB value is (212,173,82). Sum of RGB (Red+Green+Blue) = 212+173+82=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD52 is #2B52AD. Grayscale: #AEAEAE. Windows color (decimal): -2839214 or 5418452. OLE color: 5418452.

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

Color convert

RGB 212 173 82 -
CMYK 0 0.18 0.61 0.17
HSL 42º 0.6% 0.58% -
HSV(B) 42º 0.61% 0.83% -
XYZ 43.62 44.49 14.27 -
YUV 174.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 212 173 82 0 0.18 0.61 0.17 42 0.6 0.58
Hex D4 AD 52 0 12 3D 11 2A 3C 3A
Octal 324 255 122 0 22 75 21 52 74 72
Binary 11010100 10101101 1010010 0 10010 111101 10001 101010 111100 111010

Color Harmonies of #D4AD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD52

Black with #D4AD52

Text Example


Text Example

White with #D4AD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD52; }

 p { color: rgb(212,173,82); }

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

background-color css

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

 a { background-color: rgb(212,173,82); }

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

border-color css

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

 span { border-color: rgb(212,173,82); }

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