Html Css Color HEX #D4685B Roman

📋 copy color: '#D4685B'

red 212 ◦ green 104 ◦ blue 91

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

Shades of Roman #D4685B

Tints of Roman #D4685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

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

R = 52.09%
G = 25.55%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4685B (or 0xD4685B) is known color: Roman. HEX triplet: D4, 68 and 5B. RGB value is (212,104,91). Sum of RGB (Red+Green+Blue) = 212+104+91=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4685B is #2B97A4. Grayscale: #868686. Windows color (decimal): -2856869 or 5990612. OLE color: 5990612.

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

Color convert

RGB 212 104 91 -
CMYK 0 0.51 0.57 0.17
HSL 6.45º 0.58% 0.59% -
HSV(B) 6.45º 0.57% 0.83% -
XYZ 33.99 24.65 12.86 -
YUV 134.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 212 104 91 0 0.51 0.57 0.17 6.45 0.58 0.59
Hex D4 68 5B 0 33 39 11 6 3A 3B
Octal 324 150 133 0 63 71 21 6 72 73
Binary 11010100 1101000 1011011 0 110011 111001 10001 110 111010 111011

Color Harmonies of #D4685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4685B

Black with #D4685B

Text Example


Text Example

White with #D4685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4685B; }

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

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

background-color css

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

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

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

border-color css

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

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

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