Html Css Color HEX #DBDD0C Barberry

📋 copy color: '#DBDD0C'

red 219 ◦ green 221 ◦ blue 12

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

Shades of Barberry #DBDD0C

Tints of Barberry #DBDD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.65%

R = 48.45%
G = 48.89%
B = 2.65%

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

#DBDD0C (or 0xDBDD0C) is known color: Barberry. HEX triplet: DB, DD and 0C. RGB value is (219,221,12). Sum of RGB (Red+Green+Blue) = 219+221+12=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD0C is #2422F3. Grayscale: #C5C5C5. Windows color (decimal): -2368244 or 843227. OLE color: 843227.

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

Color convert

RGB 219 221 12 -
CMYK 0.01 0 0.95 0.13
HSL 60.57º 0.9% 0.46% -
HSV(B) 60.57º 0.95% 0.87% -
XYZ 55.14 66.8 10.34 -
YUV 196.58 23.84 143.99 -
System Red Green Blue C M Y K H S L
Decimal 219 221 12 0.01 0 0.95 0.13 60.57 0.9 0.46
Hex DB DD C 1 0 5F D 3D 5A 2E
Octal 333 335 14 1 0 137 15 75 132 56
Binary 11011011 11011101 1100 1 0 1011111 1101 111101 1011010 101110

Color Harmonies of #DBDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD0C

Black with #DBDD0C

Text Example


Text Example

White with #DBDD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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