Html Css Color HEX #D4695B Roman

📋 copy color: '#D4695B'

red 212 ◦ green 105 ◦ blue 91

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

Shades of Roman #D4695B

Tints of Roman #D4695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 51.96%
G = 25.74%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4695B (or 0xD4695B) is known color: Roman. HEX triplet: D4, 69 and 5B. RGB value is (212,105,91). Sum of RGB (Red+Green+Blue) = 212+105+91=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4695B is #2B96A4. Grayscale: #878787. Windows color (decimal): -2856613 or 5990868. OLE color: 5990868.

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

Color convert

RGB 212 105 91 -
CMYK 0 0.50 0.57 0.17
HSL 6.94º 0.58% 0.59% -
HSV(B) 6.94º 0.57% 0.83% -
XYZ 34.09 24.86 12.9 -
YUV 135.4 102.95 182.64 -
System Red Green Blue C M Y K H S L
Decimal 212 105 91 0 0.50 0.57 0.17 6.94 0.58 0.59
Hex D4 69 5B 0 32 39 11 7 3A 3B
Octal 324 151 133 0 62 71 21 7 72 73
Binary 11010100 1101001 1011011 0 110010 111001 10001 111 111010 111011

Color Harmonies of #D4695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4695B

Black with #D4695B

Text Example


Text Example

White with #D4695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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