Html Css Color HEX #DBD227 Barberry

📋 copy color: '#DBD227'

red 219 ◦ green 210 ◦ blue 39

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

Shades of Barberry #DBD227

Tints of Barberry #DBD227

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

 BLUE value IS 39 (15.63% from 255) = 8.33%

R = 46.79%
G = 44.87%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBD227 (or 0xDBD227) is known color: Barberry. HEX triplet: DB, D2 and 27. RGB value is (219,210,39). Sum of RGB (Red+Green+Blue) = 219+210+39=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 39 (15.62% from 255 or 8.33% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD227 is #242DD8. Grayscale: #C1C1C1. Windows color (decimal): -2371033 or 2609883. OLE color: 2609883.

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

Color convert

RGB 219 210 39 -
CMYK 0 0.04 0.82 0.14
HSL 57º 0.71% 0.51% -
HSV(B) 57º 0.82% 0.86% -
XYZ 52.63 61.3 10.98 -
YUV 193.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 219 210 39 0 0.04 0.82 0.14 57 0.71 0.51
Hex DB D2 27 0 4 52 E 39 47 33
Octal 333 322 47 0 4 122 16 71 107 63
Binary 11011011 11010010 100111 0 100 1010010 1110 111001 1000111 110011

Color Harmonies of #DBD227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD227

Black with #DBD227

Text Example


Text Example

White with #DBD227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD227; }

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

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

background-color css

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

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

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

border-color css

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

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

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