Html Css Color HEX #DBC568 Chenin

📋 copy color: '#DBC568'

red 219 ◦ green 197 ◦ blue 104

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

Shades of Chenin #DBC568

Tints of Chenin #DBC568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

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

R = 42.12%
G = 37.88%
B = 20%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBC568 (or 0xDBC568) is known color: Chenin. HEX triplet: DB, C5 and 68. RGB value is (219,197,104). Sum of RGB (Red+Green+Blue) = 219+197+104=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC568 is #243A97. Grayscale: #C1C1C1. Windows color (decimal): -2374296 or 6866395. OLE color: 6866395.

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

Color convert

RGB 219 197 104 -
CMYK 0 0.10 0.53 0.14
HSL 48.52º 0.61% 0.63% -
HSV(B) 48.52º 0.53% 0.86% -
XYZ 51.68 55.99 21.18 -
YUV 192.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 219 197 104 0 0.10 0.53 0.14 48.52 0.61 0.63
Hex DB C5 68 0 A 35 E 31 3D 3F
Octal 333 305 150 0 12 65 16 61 75 77
Binary 11011011 11000101 1101000 0 1010 110101 1110 110001 111101 111111

Color Harmonies of #DBC568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC568

Black with #DBC568

Text Example


Text Example

White with #DBC568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC568; }

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

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

background-color css

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

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

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

border-color css

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

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

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