Html Css Color HEX #D4A28A Rose

📋 copy color: '#D4A28A'

red 212 ◦ green 162 ◦ blue 138

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

Shades of Rose #D4A28A

Tints of Rose #D4A28A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.64%

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

R = 41.41%
G = 31.64%
B = 26.95%

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

#D4A28A (or 0xD4A28A) is known color: Rose. HEX triplet: D4, A2 and 8A. RGB value is (212,162,138). Sum of RGB (Red+Green+Blue) = 212+162+138=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A28A is #2B5D75. Grayscale: #AEAEAE. Windows color (decimal): -2841974 or 9085652. OLE color: 9085652.

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

Color convert

RGB 212 162 138 -
CMYK 0 0.24 0.35 0.17
HSL 19.46º 0.46% 0.69% -
HSV(B) 19.46º 0.35% 0.83% -
XYZ 44.66 41.67 29.73 -
YUV 174.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 212 162 138 0 0.24 0.35 0.17 19.46 0.46 0.69
Hex D4 A2 8A 0 18 23 11 13 2E 45
Octal 324 242 212 0 30 43 21 23 56 105
Binary 11010100 10100010 10001010 0 11000 100011 10001 10011 101110 1000101

Color Harmonies of #D4A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A28A

Black with #D4A28A

Text Example


Text Example

White with #D4A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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