Html Css Color HEX #D09E7E Cameo

📋 copy color: '#D09E7E'

red 208 ◦ green 158 ◦ blue 126

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

Shades of Cameo #D09E7E

Tints of Cameo #D09E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.11%

 BLUE value IS 126 (49.61% from 255) = 25.61%

R = 42.28%
G = 32.11%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D09E7E (or 0xD09E7E) is known color: Cameo. HEX triplet: D0, 9E and 7E. RGB value is (208,158,126). Sum of RGB (Red+Green+Blue) = 208+158+126=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E7E is #2F6181. Grayscale: #A9A9A9. Windows color (decimal): -3105154 or 8298192. OLE color: 8298192.

HSL color Cylindrical-coordinate representation of color #D09E7E: hue angle of 23.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09E7E is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 158 126 -
CMYK 0 0.24 0.39 0.18
HSL 23.41º 0.47% 0.65% -
HSV(B) 23.41º 0.39% 0.82% -
XYZ 42.01 39.37 25.12 -
YUV 169.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 208 158 126 0 0.24 0.39 0.18 23.41 0.47 0.65
Hex D0 9E 7E 0 18 27 12 17 2F 41
Octal 320 236 176 0 30 47 22 27 57 101
Binary 11010000 10011110 1111110 0 11000 100111 10010 10111 101111 1000001

Color Harmonies of #D09E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E7E

Black with #D09E7E

Text Example


Text Example

White with #D09E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E7E; }

 p { color: rgb(208,158,126); }

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

background-color css

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

 a { background-color: rgb(208,158,126); }

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

border-color css

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

 span { border-color: rgb(208,158,126); }

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