Html Css Color HEX #DBDC0C Barberry

📋 copy color: '#DBDC0C'

red 219 ◦ green 220 ◦ blue 12

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

Shades of Barberry #DBDC0C

Tints of Barberry #DBDC0C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.78%

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

R = 48.56%
G = 48.78%
B = 2.66%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBDC0C (or 0xDBDC0C) is known color: Barberry. HEX triplet: DB, DC and 0C. RGB value is (219,220,12). Sum of RGB (Red+Green+Blue) = 219+220+12=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC0C is #2423F3. Grayscale: #C4C4C4. Windows color (decimal): -2368500 or 842971. OLE color: 842971.

HSL color Cylindrical-coordinate representation of color #DBDC0C: hue angle of 60.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBDC0C is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 12 -
CMYK 0.00 0 0.95 0.14
HSL 60.29º 0.9% 0.45% -
HSV(B) 60.29º 0.95% 0.86% -
XYZ 54.87 66.27 10.25 -
YUV 195.99 24.17 144.41 -
System Red Green Blue C M Y K H S L
Decimal 219 220 12 0.00 0 0.95 0.14 60.29 0.9 0.45
Hex DB DC C 0 0 5F E 3C 5A 2D
Octal 333 334 14 0 0 137 16 74 132 55
Binary 11011011 11011100 1100 0 0 1011111 1110 111100 1011010 101101

Color Harmonies of #DBDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC0C

Black with #DBDC0C

Text Example


Text Example

White with #DBDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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