Html Css Color HEX #D0654B Dark Coral

📋 copy color: '#D0654B'

red 208 ◦ green 101 ◦ blue 75

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

Shades of Dark Coral #D0654B

Tints of Dark Coral #D0654B

RGB

 RED value IS 208 (81.64% from 255) = 54.17%

 GREEN value IS 101 (39.84% from 255) = 26.3%

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 54.17%
G = 26.3%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0654B (or 0xD0654B) is known color: Dark Coral. HEX triplet: D0, 65 and 4B. RGB value is (208,101,75). Sum of RGB (Red+Green+Blue) = 208+101+75=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0654B is #2F9AB4. Grayscale: #828282. Windows color (decimal): -3119797 or 4941264. OLE color: 4941264.

HSL color Cylindrical-coordinate representation of color #D0654B: hue angle of 11.73º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0654B is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 75 -
CMYK 0 0.51 0.64 0.18
HSL 11.73º 0.59% 0.55% -
HSV(B) 11.73º 0.64% 0.82% -
XYZ 31.94 23.23 9.46 -
YUV 130.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 208 101 75 0 0.51 0.64 0.18 11.73 0.59 0.55
Hex D0 65 4B 0 33 40 12 C 3B 37
Octal 320 145 113 0 63 100 22 14 73 67
Binary 11010000 1100101 1001011 0 110011 1000000 10010 1100 111011 110111

Color Harmonies of #D0654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0654B

Black with #D0654B

Text Example


Text Example

White with #D0654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0654B; }

 p { color: rgb(208,101,75); }

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

background-color css

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

 a { background-color: rgb(208,101,75); }

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

border-color css

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

 span { border-color: rgb(208,101,75); }

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