Html Css Color HEX #D4B44F Rob Roy

📋 copy color: '#D4B44F'

red 212 ◦ green 180 ◦ blue 79

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

Shades of Rob Roy #D4B44F

Tints of Rob Roy #D4B44F

RGB

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

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

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

R = 45.01%
G = 38.22%
B = 16.77%

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

#D4B44F (or 0xD4B44F) is known color: Rob Roy. HEX triplet: D4, B4 and 4F. RGB value is (212,180,79). Sum of RGB (Red+Green+Blue) = 212+180+79=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B44F is #2B4BB0. Grayscale: #B2B2B2. Windows color (decimal): -2837425 or 5223636. OLE color: 5223636.

HSL color Cylindrical-coordinate representation of color #D4B44F: hue angle of 45.56º 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 #D4B44F is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 180 79 -
CMYK 0 0.15 0.63 0.17
HSL 45.56º 0.61% 0.57% -
HSV(B) 45.56º 0.63% 0.83% -
XYZ 44.88 47.2 14.14 -
YUV 178.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 212 180 79 0 0.15 0.63 0.17 45.56 0.61 0.57
Hex D4 B4 4F 0 F 3F 11 2E 3D 39
Octal 324 264 117 0 17 77 21 56 75 71
Binary 11010100 10110100 1001111 0 1111 111111 10001 101110 111101 111001

Color Harmonies of #D4B44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B44F

Black with #D4B44F

Text Example


Text Example

White with #D4B44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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