Html Css Color HEX #DBC472 Chenin

📋 copy color: '#DBC472'

red 219 ◦ green 196 ◦ blue 114

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

Shades of Chenin #DBC472

Tints of Chenin #DBC472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.05%

 BLUE value IS 114 (44.92% from 255) = 21.55%

R = 41.4%
G = 37.05%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBC472 (or 0xDBC472) is known color: Chenin. HEX triplet: DB, C4 and 72. RGB value is (219,196,114). Sum of RGB (Red+Green+Blue) = 219+196+114=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC472 is #243B8D. Grayscale: #C1C1C1. Windows color (decimal): -2374542 or 7521499. OLE color: 7521499.

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

Color convert

RGB 219 196 114 -
CMYK 0 0.11 0.48 0.14
HSL 46.86º 0.59% 0.65% -
HSV(B) 46.86º 0.48% 0.86% -
XYZ 51.99 55.75 23.94 -
YUV 193.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 219 196 114 0 0.11 0.48 0.14 46.86 0.59 0.65
Hex DB C4 72 0 B 30 E 2F 3B 41
Octal 333 304 162 0 13 60 16 57 73 101
Binary 11011011 11000100 1110010 0 1011 110000 1110 101111 111011 1000001

Color Harmonies of #DBC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC472

Black with #DBC472

Text Example


Text Example

White with #DBC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC472; }

 p { color: rgb(219,196,114); }

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

background-color css

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

 a { background-color: rgb(219,196,114); }

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

border-color css

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

 span { border-color: rgb(219,196,114); }

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