Html Css Color HEX #D0967B Feldspar

📋 copy color: '#D0967B'

red 208 ◦ green 150 ◦ blue 123

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

Shades of Feldspar #D0967B

Tints of Feldspar #D0967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

 BLUE value IS 123 (48.44% from 255) = 25.57%

R = 43.24%
G = 31.19%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0967B (or 0xD0967B) is known color: Feldspar. HEX triplet: D0, 96 and 7B. RGB value is (208,150,123). Sum of RGB (Red+Green+Blue) = 208+150+123=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0967B is #2F6984. Grayscale: #A4A4A4. Windows color (decimal): -3107205 or 8099536. OLE color: 8099536.

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

Color convert

RGB 208 150 123 -
CMYK 0 0.28 0.41 0.18
HSL 19.06º 0.47% 0.65% -
HSV(B) 19.06º 0.41% 0.82% -
XYZ 40.49 36.65 23.68 -
YUV 164.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 208 150 123 0 0.28 0.41 0.18 19.06 0.47 0.65
Hex D0 96 7B 0 1C 29 12 13 2F 41
Octal 320 226 173 0 34 51 22 23 57 101
Binary 11010000 10010110 1111011 0 11100 101001 10010 10011 101111 1000001

Color Harmonies of #D0967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0967B

Black with #D0967B

Text Example


Text Example

White with #D0967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0967B; }

 p { color: rgb(208,150,123); }

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

background-color css

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

 a { background-color: rgb(208,150,123); }

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

border-color css

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

 span { border-color: rgb(208,150,123); }

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