Html Css Color HEX #DBC968 Chenin

📋 copy color: '#DBC968'

red 219 ◦ green 201 ◦ blue 104

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

Shades of Chenin #DBC968

Tints of Chenin #DBC968

RGB

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

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

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

R = 41.79%
G = 38.36%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBC968 (or 0xDBC968) is known color: Chenin. HEX triplet: DB, C9 and 68. RGB value is (219,201,104). Sum of RGB (Red+Green+Blue) = 219+201+104=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC968 is #243697. Grayscale: #C3C3C3. Windows color (decimal): -2373272 or 6867419. OLE color: 6867419.

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

Color convert

RGB 219 201 104 -
CMYK 0 0.08 0.53 0.14
HSL 50.61º 0.61% 0.63% -
HSV(B) 50.61º 0.53% 0.86% -
XYZ 52.6 57.83 21.49 -
YUV 195.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 219 201 104 0 0.08 0.53 0.14 50.61 0.61 0.63
Hex DB C9 68 0 8 35 E 33 3D 3F
Octal 333 311 150 0 10 65 16 63 75 77
Binary 11011011 11001001 1101000 0 1000 110101 1110 110011 111101 111111

Color Harmonies of #DBC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC968

Black with #DBC968

Text Example


Text Example

White with #DBC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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