Html Css Color HEX #DBDD12 Barberry

📋 copy color: '#DBDD12'

red 219 ◦ green 221 ◦ blue 18

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

Shades of Barberry #DBDD12

Tints of Barberry #DBDD12

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.25%

 BLUE value IS 18 (7.42% from 255) = 3.93%

R = 47.82%
G = 48.25%
B = 3.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DBDD12 (or 0xDBDD12) is known color: Barberry. HEX triplet: DB, DD and 12. RGB value is (219,221,18). Sum of RGB (Red+Green+Blue) = 219+221+18=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD12 is #2422ED. Grayscale: #C6C6C6. Windows color (decimal): -2368238 or 1236443. OLE color: 1236443.

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

Color convert

RGB 219 221 18 -
CMYK 0.01 0 0.92 0.13
HSL 60.59º 0.85% 0.47% -
HSV(B) 60.59º 0.92% 0.87% -
XYZ 55.18 66.82 10.56 -
YUV 197.26 26.84 143.51 -
System Red Green Blue C M Y K H S L
Decimal 219 221 18 0.01 0 0.92 0.13 60.59 0.85 0.47
Hex DB DD 12 1 0 5C D 3D 55 2F
Octal 333 335 22 1 0 134 15 75 125 57
Binary 11011011 11011101 10010 1 0 1011100 1101 111101 1010101 101111

Color Harmonies of #DBDD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD12

Black with #DBDD12

Text Example


Text Example

White with #DBDD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD12; }

 p { color: rgb(219,221,18); }

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

background-color css

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

 a { background-color: rgb(219,221,18); }

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

border-color css

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

 span { border-color: rgb(219,221,18); }

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