Html Css Color HEX #DDBE67 Chenin

📋 copy color: '#DDBE67'

red 221 ◦ green 190 ◦ blue 103

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

Shades of Chenin #DDBE67

Tints of Chenin #DDBE67

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.96%

 BLUE value IS 103 (40.63% from 255) = 20.04%

R = 43%
G = 36.96%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDBE67 (or 0xDDBE67) is known color: Chenin. HEX triplet: DD, BE and 67. RGB value is (221,190,103). Sum of RGB (Red+Green+Blue) = 221+190+103=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE67 is #224198. Grayscale: #BDBDBD. Windows color (decimal): -2245017 or 6799069. OLE color: 6799069.

HSL color Cylindrical-coordinate representation of color #DDBE67: hue angle of 44.24º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDBE67 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 103 -
CMYK 0 0.14 0.53 0.13
HSL 44.24º 0.63% 0.64% -
HSV(B) 44.24º 0.53% 0.87% -
XYZ 50.68 53.18 20.43 -
YUV 189.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 221 190 103 0 0.14 0.53 0.13 44.24 0.63 0.64
Hex DD BE 67 0 E 35 D 2C 3F 40
Octal 335 276 147 0 16 65 15 54 77 100
Binary 11011101 10111110 1100111 0 1110 110101 1101 101100 111111 1000000

Color Harmonies of #DDBE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE67

Black with #DDBE67

Text Example


Text Example

White with #DDBE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE67; }

 p { color: rgb(221,190,103); }

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

background-color css

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

 a { background-color: rgb(221,190,103); }

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

border-color css

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

 span { border-color: rgb(221,190,103); }

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