Html Css Color HEX #DDBB68 Chenin

📋 copy color: '#DDBB68'

red 221 ◦ green 187 ◦ blue 104

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

Shades of Chenin #DDBB68

Tints of Chenin #DDBB68

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

 BLUE value IS 104 (41.02% from 255) = 20.31%

R = 43.16%
G = 36.52%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDBB68 (or 0xDDBB68) is known color: Chenin. HEX triplet: DD, BB and 68. RGB value is (221,187,104). Sum of RGB (Red+Green+Blue) = 221+187+104=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB68 is #224497. Grayscale: #BCBCBC. Windows color (decimal): -2245784 or 6863837. OLE color: 6863837.

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

Color convert

RGB 221 187 104 -
CMYK 0 0.15 0.53 0.13
HSL 42.56º 0.63% 0.64% -
HSV(B) 42.56º 0.53% 0.87% -
XYZ 50.09 51.91 20.48 -
YUV 187.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 221 187 104 0 0.15 0.53 0.13 42.56 0.63 0.64
Hex DD BB 68 0 F 35 D 2B 3F 40
Octal 335 273 150 0 17 65 15 53 77 100
Binary 11011101 10111011 1101000 0 1111 110101 1101 101011 111111 1000000

Color Harmonies of #DDBB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB68

Black with #DDBB68

Text Example


Text Example

White with #DDBB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB68; }

 p { color: rgb(221,187,104); }

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

background-color css

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

 a { background-color: rgb(221,187,104); }

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

border-color css

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

 span { border-color: rgb(221,187,104); }

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