Html Css Color HEX #DBBB75 Chenin

📋 copy color: '#DBBB75'

red 219 ◦ green 187 ◦ blue 117

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

Shades of Chenin #DBBB75

Tints of Chenin #DBBB75

RGB

 RED value IS 219 (85.94% from 255) = 41.87%

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

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

R = 41.87%
G = 35.76%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBBB75 (or 0xDBBB75) is known color: Chenin. HEX triplet: DB, BB and 75. RGB value is (219,187,117). Sum of RGB (Red+Green+Blue) = 219+187+117=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB75 is #24448A. Grayscale: #BCBCBC. Windows color (decimal): -2376843 or 7715803. OLE color: 7715803.

HSL color Cylindrical-coordinate representation of color #DBBB75: hue angle of 41.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBBB75 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 187 117 -
CMYK 0 0.15 0.47 0.14
HSL 41.18º 0.59% 0.66% -
HSV(B) 41.18º 0.47% 0.86% -
XYZ 50.19 51.89 24.2 -
YUV 188.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 219 187 117 0 0.15 0.47 0.14 41.18 0.59 0.66
Hex DB BB 75 0 F 2F E 29 3B 42
Octal 333 273 165 0 17 57 16 51 73 102
Binary 11011011 10111011 1110101 0 1111 101111 1110 101001 111011 1000010

Color Harmonies of #DBBB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB75

Black with #DBBB75

Text Example


Text Example

White with #DBBB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB75; }

 p { color: rgb(219,187,117); }

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

background-color css

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

 a { background-color: rgb(219,187,117); }

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

border-color css

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

 span { border-color: rgb(219,187,117); }

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