Html Css Color HEX #D4A34D Rob Roy

📋 copy color: '#D4A34D'

red 212 ◦ green 163 ◦ blue 77

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

Shades of Rob Roy #D4A34D

Tints of Rob Roy #D4A34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.06%

 BLUE value IS 77 (30.47% from 255) = 17.04%

R = 46.9%
G = 36.06%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4A34D (or 0xD4A34D) is known color: Rob Roy. HEX triplet: D4, A3 and 4D. RGB value is (212,163,77). Sum of RGB (Red+Green+Blue) = 212+163+77=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A34D is #2B5CB2. Grayscale: #A8A8A8. Windows color (decimal): -2841779 or 5088212. OLE color: 5088212.

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

Color convert

RGB 212 163 77 -
CMYK 0 0.23 0.64 0.17
HSL 38.22º 0.61% 0.57% -
HSV(B) 38.22º 0.64% 0.83% -
XYZ 41.59 40.73 12.69 -
YUV 167.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 212 163 77 0 0.23 0.64 0.17 38.22 0.61 0.57
Hex D4 A3 4D 0 17 40 11 26 3D 39
Octal 324 243 115 0 27 100 21 46 75 71
Binary 11010100 10100011 1001101 0 10111 1000000 10001 100110 111101 111001

Color Harmonies of #D4A34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A34D

Black with #D4A34D

Text Example


Text Example

White with #D4A34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A34D; }

 p { color: rgb(212,163,77); }

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

background-color css

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

 a { background-color: rgb(212,163,77); }

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

border-color css

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

 span { border-color: rgb(212,163,77); }

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