Html Css Color HEX #D2DB19 Barberry

📋 copy color: '#D2DB19'

red 210 ◦ green 219 ◦ blue 25

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

Shades of Barberry #D2DB19

Tints of Barberry #D2DB19

RGB

 RED value IS 210 (82.42% from 255) = 46.26%

 GREEN value IS 219 (85.94% from 255) = 48.24%

 BLUE value IS 25 (10.16% from 255) = 5.51%

R = 46.26%
G = 48.24%
B = 5.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#D2DB19 (or 0xD2DB19) is known color: Barberry. HEX triplet: D2, DB and 19. RGB value is (210,219,25). Sum of RGB (Red+Green+Blue) = 210+219+25=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DB19 is #2D24E6. Grayscale: #C2C2C2. Windows color (decimal): -2958567 or 1694674. OLE color: 1694674.

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

Color convert

RGB 210 219 25 -
CMYK 0.04 0 0.89 0.14
HSL 62.78º 0.8% 0.48% -
HSV(B) 62.78º 0.89% 0.86% -
XYZ 52.09 64.43 10.61 -
YUV 194.19 32.52 139.27 -
System Red Green Blue C M Y K H S L
Decimal 210 219 25 0.04 0 0.89 0.14 62.78 0.8 0.48
Hex D2 DB 19 4 0 59 E 3F 50 30
Octal 322 333 31 4 0 131 16 77 120 60
Binary 11010010 11011011 11001 100 0 1011001 1110 111111 1010000 110000

Color Harmonies of #D2DB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB19

Black with #D2DB19

Text Example


Text Example

White with #D2DB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB19; }

 p { color: rgb(210,219,25); }

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

background-color css

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

 a { background-color: rgb(210,219,25); }

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

border-color css

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

 span { border-color: rgb(210,219,25); }

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