Html Css Color HEX #DBC674 Chenin

📋 copy color: '#DBC674'

red 219 ◦ green 198 ◦ blue 116

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

Shades of Chenin #DBC674

Tints of Chenin #DBC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.15%

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 41.09%
G = 37.15%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC674 (or 0xDBC674) is known color: Chenin. HEX triplet: DB, C6 and 74. RGB value is (219,198,116). Sum of RGB (Red+Green+Blue) = 219+198+116=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC674 is #24398B. Grayscale: #C3C3C3. Windows color (decimal): -2374028 or 7653083. OLE color: 7653083.

HSL color Cylindrical-coordinate representation of color #DBC674: hue angle of 47.77º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBC674 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 116 -
CMYK 0 0.10 0.47 0.14
HSL 47.77º 0.59% 0.66% -
HSV(B) 47.77º 0.47% 0.86% -
XYZ 52.56 56.71 24.7 -
YUV 194.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 219 198 116 0 0.10 0.47 0.14 47.77 0.59 0.66
Hex DB C6 74 0 A 2F E 30 3B 42
Octal 333 306 164 0 12 57 16 60 73 102
Binary 11011011 11000110 1110100 0 1010 101111 1110 110000 111011 1000010

Color Harmonies of #DBC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC674

Black with #DBC674

Text Example


Text Example

White with #DBC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC674; }

 p { color: rgb(219,198,116); }

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

background-color css

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

 a { background-color: rgb(219,198,116); }

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

border-color css

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

 span { border-color: rgb(219,198,116); }

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