Html Css Color HEX #DDCB75 Chenin

📋 copy color: '#DDCB75'

red 221 ◦ green 203 ◦ blue 117

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

Shades of Chenin #DDCB75

Tints of Chenin #DDCB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.52%

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

R = 40.85%
G = 37.52%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDCB75 (or 0xDDCB75) is known color: Chenin. HEX triplet: DD, CB and 75. RGB value is (221,203,117). Sum of RGB (Red+Green+Blue) = 221+203+117=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB75 is #22348A. Grayscale: #C6C6C6. Windows color (decimal): -2241675 or 7719901. OLE color: 7719901.

HSL color Cylindrical-coordinate representation of color #DDCB75: hue angle of 49.62º 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 #DDCB75 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 117 -
CMYK 0 0.08 0.47 0.13
HSL 49.62º 0.6% 0.66% -
HSV(B) 49.62º 0.47% 0.87% -
XYZ 54.39 59.37 25.42 -
YUV 198.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 221 203 117 0 0.08 0.47 0.13 49.62 0.6 0.66
Hex DD CB 75 0 8 2F D 32 3C 42
Octal 335 313 165 0 10 57 15 62 74 102
Binary 11011101 11001011 1110101 0 1000 101111 1101 110010 111100 1000010

Color Harmonies of #DDCB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB75

Black with #DDCB75

Text Example


Text Example

White with #DDCB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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