Html Css Color HEX #D4B54F Rob Roy

📋 copy color: '#D4B54F'

red 212 ◦ green 181 ◦ blue 79

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

Shades of Rob Roy #D4B54F

Tints of Rob Roy #D4B54F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

 BLUE value IS 79 (31.25% from 255) = 16.74%

R = 44.92%
G = 38.35%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4B54F (or 0xD4B54F) is known color: Rob Roy. HEX triplet: D4, B5 and 4F. RGB value is (212,181,79). Sum of RGB (Red+Green+Blue) = 212+181+79=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B54F is #2B4AB0. Grayscale: #B3B3B3. Windows color (decimal): -2837169 or 5223892. OLE color: 5223892.

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

Color convert

RGB 212 181 79 -
CMYK 0 0.15 0.63 0.17
HSL 46.02º 0.61% 0.57% -
HSV(B) 46.02º 0.63% 0.83% -
XYZ 45.09 47.61 14.21 -
YUV 178.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 212 181 79 0 0.15 0.63 0.17 46.02 0.61 0.57
Hex D4 B5 4F 0 F 3F 11 2E 3D 39
Octal 324 265 117 0 17 77 21 56 75 71
Binary 11010100 10110101 1001111 0 1111 111111 10001 101110 111101 111001

Color Harmonies of #D4B54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B54F

Black with #D4B54F

Text Example


Text Example

White with #D4B54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B54F; }

 p { color: rgb(212,181,79); }

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

background-color css

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

 a { background-color: rgb(212,181,79); }

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

border-color css

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

 span { border-color: rgb(212,181,79); }

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