Html Css Color HEX #DBC969 Chenin

📋 copy color: '#DBC969'

red 219 ◦ green 201 ◦ blue 105

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

Shades of Chenin #DBC969

Tints of Chenin #DBC969

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.29%

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

R = 41.71%
G = 38.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DBC969 (or 0xDBC969) is known color: Chenin. HEX triplet: DB, C9 and 69. RGB value is (219,201,105). Sum of RGB (Red+Green+Blue) = 219+201+105=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC969 is #243696. Grayscale: #C3C3C3. Windows color (decimal): -2373271 or 6932955. OLE color: 6932955.

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

Color convert

RGB 219 201 105 -
CMYK 0 0.08 0.52 0.14
HSL 50.53º 0.61% 0.64% -
HSV(B) 50.53º 0.52% 0.86% -
XYZ 52.65 57.85 21.76 -
YUV 195.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 219 201 105 0 0.08 0.52 0.14 50.53 0.61 0.64
Hex DB C9 69 0 8 34 E 33 3D 40
Octal 333 311 151 0 10 64 16 63 75 100
Binary 11011011 11001001 1101001 0 1000 110100 1110 110011 111101 1000000

Color Harmonies of #DBC969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC969

Black with #DBC969

Text Example


Text Example

White with #DBC969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC969; }

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

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

background-color css

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

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

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

border-color css

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

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

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