Html Css Color HEX #DBC470 Chenin

📋 copy color: '#DBC470'

red 219 ◦ green 196 ◦ blue 112

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

Shades of Chenin #DBC470

Tints of Chenin #DBC470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.25%

R = 41.56%
G = 37.19%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBC470 (or 0xDBC470) is known color: Chenin. HEX triplet: DB, C4 and 70. RGB value is (219,196,112). Sum of RGB (Red+Green+Blue) = 219+196+112=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC470 is #243B8F. Grayscale: #C1C1C1. Windows color (decimal): -2374544 or 7390427. OLE color: 7390427.

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

Color convert

RGB 219 196 112 -
CMYK 0 0.11 0.49 0.14
HSL 47.1º 0.6% 0.65% -
HSV(B) 47.1º 0.49% 0.86% -
XYZ 51.88 55.71 23.35 -
YUV 193.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 219 196 112 0 0.11 0.49 0.14 47.1 0.6 0.65
Hex DB C4 70 0 B 31 E 2F 3C 41
Octal 333 304 160 0 13 61 16 57 74 101
Binary 11011011 11000100 1110000 0 1011 110001 1110 101111 111100 1000001

Color Harmonies of #DBC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC470

Black with #DBC470

Text Example


Text Example

White with #DBC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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