#D84D23

Color #D84D23 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #D84D23

Tints of Trinidad #D84D23

Color information

#D84D23 (or 0xD84D23) is unknown color: approx Trinidad. HEX triplet: D8, 4D and 23. RGB value is (216,77,35). Sum of RGB (Red+Green+Blue) = 216+77+35=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D23 is #27B2DC. Grayscale: #727272. Windows color (decimal): -2601693 or 2313688. OLE color: 2313688.

HSL color Cylindrical-coordinate representation of color #D84D23: hue angle of 13.92º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D84D23 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB2167735-
CMYK00.640.840.15
HSL13.92º72.11%49.22%-
HSV(B)13.92º83.8%84.71%-
XYZ31.2820.033.81-
YUV113.7783.55200.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.85%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 35 (14.06% from 255) = 10.67%
R=65.85%
G=23.48%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216773500.640.840.1513.9272.1149.22
HexD84D2304054Fe4831
Octal330115430100124171611061
Binary110110001001101100011010000001010100111111101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84D23; }

 p { color: rgb(216,77,35); }

 H1.HeaderClassName
 {
   color: #D84D23;
 }
 .AnyTagClassName
 {
   color: #D84D23;
 }
</style>
background-color css

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

 a { background-color: rgb(216,77,35); }

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

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

 span { border-color: rgb(216,77,35); }

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