Html Css Color HEX #D09E7F Cameo

📋 copy color: '#D09E7F'

red 208 ◦ green 158 ◦ blue 127

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

Shades of Cameo #D09E7F

Tints of Cameo #D09E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.76%

R = 42.19%
G = 32.05%
B = 25.76%

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

#D09E7F (or 0xD09E7F) is known color: Cameo. HEX triplet: D0, 9E and 7F. RGB value is (208,158,127). Sum of RGB (Red+Green+Blue) = 208+158+127=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E7F is #2F6180. Grayscale: #A9A9A9. Windows color (decimal): -3105153 or 8363728. OLE color: 8363728.

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

Color convert

RGB 208 158 127 -
CMYK 0 0.24 0.39 0.18
HSL 22.96º 0.46% 0.66% -
HSV(B) 22.96º 0.39% 0.82% -
XYZ 42.07 39.4 25.47 -
YUV 169.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 208 158 127 0 0.24 0.39 0.18 22.96 0.46 0.66
Hex D0 9E 7F 0 18 27 12 17 2E 42
Octal 320 236 177 0 30 47 22 27 56 102
Binary 11010000 10011110 1111111 0 11000 100111 10010 10111 101110 1000010

Color Harmonies of #D09E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E7F

Black with #D09E7F

Text Example


Text Example

White with #D09E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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