Html Css Color HEX #D5AD4D Rob Roy

📋 copy color: '#D5AD4D'

red 213 ◦ green 173 ◦ blue 77

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

Shades of Rob Roy #D5AD4D

Tints of Rob Roy #D5AD4D

RGB

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

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

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

R = 46%
G = 37.37%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5AD4D (or 0xD5AD4D) is known color: Rob Roy. HEX triplet: D5, AD and 4D. RGB value is (213,173,77). Sum of RGB (Red+Green+Blue) = 213+173+77=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD4D is #2A52B2. Grayscale: #AEAEAE. Windows color (decimal): -2773683 or 5090773. OLE color: 5090773.

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

Color convert

RGB 213 173 77 -
CMYK 0 0.19 0.64 0.16
HSL 42.35º 0.62% 0.57% -
HSV(B) 42.35º 0.64% 0.84% -
XYZ 43.72 44.57 13.32 -
YUV 174.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 213 173 77 0 0.19 0.64 0.16 42.35 0.62 0.57
Hex D5 AD 4D 0 13 40 10 2A 3E 39
Octal 325 255 115 0 23 100 20 52 76 71
Binary 11010101 10101101 1001101 0 10011 1000000 10000 101010 111110 111001

Color Harmonies of #D5AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD4D

Black with #D5AD4D

Text Example


Text Example

White with #D5AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD4D; }

 p { color: rgb(213,173,77); }

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

background-color css

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

 a { background-color: rgb(213,173,77); }

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

border-color css

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

 span { border-color: rgb(213,173,77); }

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