Html Css Color HEX #D4A18A Rose

📋 copy color: '#D4A18A'

red 212 ◦ green 161 ◦ blue 138

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

Shades of Rose #D4A18A

Tints of Rose #D4A18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.51%

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 41.49%
G = 31.51%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4A18A (or 0xD4A18A) is known color: Rose. HEX triplet: D4, A1 and 8A. RGB value is (212,161,138). Sum of RGB (Red+Green+Blue) = 212+161+138=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A18A is #2B5E75. Grayscale: #ADADAD. Windows color (decimal): -2842230 or 9085396. OLE color: 9085396.

HSL color Cylindrical-coordinate representation of color #D4A18A: hue angle of 18.65º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4A18A is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 161 138 -
CMYK 0 0.24 0.35 0.17
HSL 18.65º 0.46% 0.69% -
HSV(B) 18.65º 0.35% 0.83% -
XYZ 44.48 41.32 29.68 -
YUV 173.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 212 161 138 0 0.24 0.35 0.17 18.65 0.46 0.69
Hex D4 A1 8A 0 18 23 11 13 2E 45
Octal 324 241 212 0 30 43 21 23 56 105
Binary 11010100 10100001 10001010 0 11000 100011 10001 10011 101110 1000101

Color Harmonies of #D4A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A18A

Black with #D4A18A

Text Example


Text Example

White with #D4A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A18A; }

 p { color: rgb(212,161,138); }

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

background-color css

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

 a { background-color: rgb(212,161,138); }

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

border-color css

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

 span { border-color: rgb(212,161,138); }

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