Html Css Color HEX #D4A398 Rose

📋 copy color: '#D4A398'

red 212 ◦ green 163 ◦ blue 152

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

Shades of Rose #D4A398

Tints of Rose #D4A398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.84%

R = 40.23%
G = 30.93%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D4A398 (or 0xD4A398) is known color: Rose. HEX triplet: D4, A3 and 98. RGB value is (212,163,152). Sum of RGB (Red+Green+Blue) = 212+163+152=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A398 is #2B5C67. Grayscale: #B0B0B0. Windows color (decimal): -2841704 or 10003412. OLE color: 10003412.

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

Color convert

RGB 212 163 152 -
CMYK 0 0.23 0.28 0.17
HSL 11º 0.41% 0.71% -
HSV(B) 11º 0.28% 0.83% -
XYZ 45.92 42.46 35.48 -
YUV 176.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 212 163 152 0 0.23 0.28 0.17 11 0.41 0.71
Hex D4 A3 98 0 17 1C 11 B 29 47
Octal 324 243 230 0 27 34 21 13 51 107
Binary 11010100 10100011 10011000 0 10111 11100 10001 1011 101001 1000111

Color Harmonies of #D4A398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A398

Black with #D4A398

Text Example


Text Example

White with #D4A398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A398; }

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

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

background-color css

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

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

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

border-color css

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

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

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