Html Css Color HEX #DBDE0A Barberry

📋 copy color: '#DBDE0A'

red 219 ◦ green 222 ◦ blue 10

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

Shades of Barberry #DBDE0A

Tints of Barberry #DBDE0A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.22%

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 48.56%
G = 49.22%
B = 2.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DBDE0A (or 0xDBDE0A) is known color: Barberry. HEX triplet: DB, DE and 0A. RGB value is (219,222,10). Sum of RGB (Red+Green+Blue) = 219+222+10=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDE0A is #2421F5. Grayscale: #C5C5C5. Windows color (decimal): -2367990 or 712411. OLE color: 712411.

HSL color Cylindrical-coordinate representation of color #DBDE0A: hue angle of 60.85º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBDE0A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 10 -
CMYK 0.01 0 0.95 0.13
HSL 60.85º 0.91% 0.45% -
HSV(B) 60.85º 0.95% 0.87% -
XYZ 55.39 67.32 10.36 -
YUV 196.94 22.51 143.74 -
System Red Green Blue C M Y K H S L
Decimal 219 222 10 0.01 0 0.95 0.13 60.85 0.91 0.45
Hex DB DE A 1 0 5F D 3D 5B 2D
Octal 333 336 12 1 0 137 15 75 133 55
Binary 11011011 11011110 1010 1 0 1011111 1101 111101 1011011 101101

Color Harmonies of #DBDE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE0A

Black with #DBDE0A

Text Example


Text Example

White with #DBDE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE0A; }

 p { color: rgb(219,222,10); }

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

background-color css

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

 a { background-color: rgb(219,222,10); }

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

border-color css

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

 span { border-color: rgb(219,222,10); }

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