Html Css Color HEX #DBC369 Chenin

📋 copy color: '#DBC369'

red 219 ◦ green 195 ◦ blue 105

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

Shades of Chenin #DBC369

Tints of Chenin #DBC369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

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

R = 42.2%
G = 37.57%
B = 20.23%

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

#DBC369 (or 0xDBC369) is known color: Chenin. HEX triplet: DB, C3 and 69. RGB value is (219,195,105). Sum of RGB (Red+Green+Blue) = 219+195+105=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC369 is #243C96. Grayscale: #C0C0C0. Windows color (decimal): -2374807 or 6931419. OLE color: 6931419.

HSL color Cylindrical-coordinate representation of color #DBC369: hue angle of 47.37º 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 #DBC369 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 195 105 -
CMYK 0 0.11 0.52 0.14
HSL 47.37º 0.61% 0.64% -
HSV(B) 47.37º 0.52% 0.86% -
XYZ 51.28 55.11 21.3 -
YUV 191.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 219 195 105 0 0.11 0.52 0.14 47.37 0.61 0.64
Hex DB C3 69 0 B 34 E 2F 3D 40
Octal 333 303 151 0 13 64 16 57 75 100
Binary 11011011 11000011 1101001 0 1011 110100 1110 101111 111101 1000000

Color Harmonies of #DBC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC369

Black with #DBC369

Text Example


Text Example

White with #DBC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC369; }

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

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

background-color css

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

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

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

border-color css

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

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

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