Html Css Color HEX #DDBF65 Chenin

📋 copy color: '#DDBF65'

red 221 ◦ green 191 ◦ blue 101

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

Shades of Chenin #DDBF65

Tints of Chenin #DDBF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.69%

R = 43.08%
G = 37.23%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDBF65 (or 0xDDBF65) is known color: Chenin. HEX triplet: DD, BF and 65. RGB value is (221,191,101). Sum of RGB (Red+Green+Blue) = 221+191+101=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF65 is #22409A. Grayscale: #BEBEBE. Windows color (decimal): -2244763 or 6668253. OLE color: 6668253.

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

Color convert

RGB 221 191 101 -
CMYK 0 0.14 0.54 0.13
HSL 45º 0.64% 0.63% -
HSV(B) 45º 0.54% 0.87% -
XYZ 50.8 53.57 19.98 -
YUV 189.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 221 191 101 0 0.14 0.54 0.13 45 0.64 0.63
Hex DD BF 65 0 E 36 D 2D 40 3F
Octal 335 277 145 0 16 66 15 55 100 77
Binary 11011101 10111111 1100101 0 1110 110110 1101 101101 1000000 111111

Color Harmonies of #DDBF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF65

Black with #DDBF65

Text Example


Text Example

White with #DDBF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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