Html Css Color HEX #DDBF70 Chenin

📋 copy color: '#DDBF70'

red 221 ◦ green 191 ◦ blue 112

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

Shades of Chenin #DDBF70

Tints of Chenin #DDBF70

RGB

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

 GREEN value IS 191 (75% from 255) = 36.45%

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 42.18%
G = 36.45%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDBF70 (or 0xDDBF70) is known color: Chenin. HEX triplet: DD, BF and 70. RGB value is (221,191,112). Sum of RGB (Red+Green+Blue) = 221+191+112=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF70 is #22408F. Grayscale: #BFBFBF. Windows color (decimal): -2244752 or 7389149. OLE color: 7389149.

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

Color convert

RGB 221 191 112 -
CMYK 0 0.14 0.49 0.13
HSL 43.49º 0.62% 0.65% -
HSV(B) 43.49º 0.49% 0.87% -
XYZ 51.37 53.8 23.01 -
YUV 190.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 221 191 112 0 0.14 0.49 0.13 43.49 0.62 0.65
Hex DD BF 70 0 E 31 D 2B 3E 41
Octal 335 277 160 0 16 61 15 53 76 101
Binary 11011101 10111111 1110000 0 1110 110001 1101 101011 111110 1000001

Color Harmonies of #DDBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF70

Black with #DDBF70

Text Example


Text Example

White with #DDBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF70; }

 p { color: rgb(221,191,112); }

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

background-color css

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

 a { background-color: rgb(221,191,112); }

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

border-color css

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

 span { border-color: rgb(221,191,112); }

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