Html Css Color HEX #DBC469 Chenin

📋 copy color: '#DBC469'

red 219 ◦ green 196 ◦ blue 105

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

Shades of Chenin #DBC469

Tints of Chenin #DBC469

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

 BLUE value IS 105 (41.41% from 255) = 20.19%

R = 42.12%
G = 37.69%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBC469 (or 0xDBC469) is known color: Chenin. HEX triplet: DB, C4 and 69. RGB value is (219,196,105). Sum of RGB (Red+Green+Blue) = 219+196+105=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC469 is #243B96. Grayscale: #C0C0C0. Windows color (decimal): -2374551 or 6931675. OLE color: 6931675.

HSL color Cylindrical-coordinate representation of color #DBC469: hue angle of 47.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBC469 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 105 -
CMYK 0 0.11 0.52 0.14
HSL 47.89º 0.61% 0.64% -
HSV(B) 47.89º 0.52% 0.86% -
XYZ 51.5 55.56 21.37 -
YUV 192.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 219 196 105 0 0.11 0.52 0.14 47.89 0.61 0.64
Hex DB C4 69 0 B 34 E 30 3D 40
Octal 333 304 151 0 13 64 16 60 75 100
Binary 11011011 11000100 1101001 0 1011 110100 1110 110000 111101 1000000

Color Harmonies of #DBC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC469

Black with #DBC469

Text Example


Text Example

White with #DBC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC469; }

 p { color: rgb(219,196,105); }

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

background-color css

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

 a { background-color: rgb(219,196,105); }

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

border-color css

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

 span { border-color: rgb(219,196,105); }

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