Html Css Color HEX #D4695A Roman

📋 copy color: '#D4695A'

red 212 ◦ green 105 ◦ blue 90

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

Shades of Roman #D4695A

Tints of Roman #D4695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 90 (35.55% from 255) = 22.11%

R = 52.09%
G = 25.8%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4695A (or 0xD4695A) is known color: Roman. HEX triplet: D4, 69 and 5A. RGB value is (212,105,90). Sum of RGB (Red+Green+Blue) = 212+105+90=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4695A is #2B96A5. Grayscale: #878787. Windows color (decimal): -2856614 or 5925332. OLE color: 5925332.

HSL color Cylindrical-coordinate representation of color #D4695A: hue angle of 7.38º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4695A is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 90 -
CMYK 0 0.50 0.58 0.17
HSL 7.38º 0.59% 0.59% -
HSV(B) 7.38º 0.58% 0.83% -
XYZ 34.05 24.84 12.67 -
YUV 135.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 212 105 90 0 0.50 0.58 0.17 7.38 0.59 0.59
Hex D4 69 5A 0 32 3A 11 7 3B 3B
Octal 324 151 132 0 62 72 21 7 73 73
Binary 11010100 1101001 1011010 0 110010 111010 10001 111 111011 111011

Color Harmonies of #D4695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4695A

Black with #D4695A

Text Example


Text Example

White with #D4695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4695A; }

 p { color: rgb(212,105,90); }

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

background-color css

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

 a { background-color: rgb(212,105,90); }

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

border-color css

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

 span { border-color: rgb(212,105,90); }

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