Html Css Color HEX #DDB975 Chenin

📋 copy color: '#DDB975'

red 221 ◦ green 185 ◦ blue 117

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

Shades of Chenin #DDB975

Tints of Chenin #DDB975

RGB

 RED value IS 221 (86.72% from 255) = 42.26%

 GREEN value IS 185 (72.66% from 255) = 35.37%

 BLUE value IS 117 (46.09% from 255) = 22.37%

R = 42.26%
G = 35.37%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDB975 (or 0xDDB975) is known color: Chenin. HEX triplet: DD, B9 and 75. RGB value is (221,185,117). Sum of RGB (Red+Green+Blue) = 221+185+117=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB975 is #22468A. Grayscale: #BCBCBC. Windows color (decimal): -2246283 or 7715293. OLE color: 7715293.

HSL color Cylindrical-coordinate representation of color #DDB975: hue angle of 39.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDB975 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 117 -
CMYK 0 0.16 0.47 0.13
HSL 39.23º 0.6% 0.66% -
HSV(B) 39.23º 0.47% 0.87% -
XYZ 50.38 51.35 24.09 -
YUV 188.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 221 185 117 0 0.16 0.47 0.13 39.23 0.6 0.66
Hex DD B9 75 0 10 2F D 27 3C 42
Octal 335 271 165 0 20 57 15 47 74 102
Binary 11011101 10111001 1110101 0 10000 101111 1101 100111 111100 1000010

Color Harmonies of #DDB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB975

Black with #DDB975

Text Example


Text Example

White with #DDB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB975; }

 p { color: rgb(221,185,117); }

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

background-color css

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

 a { background-color: rgb(221,185,117); }

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

border-color css

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

 span { border-color: rgb(221,185,117); }

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