Html Css Color HEX #DBDE0C Barberry

📋 copy color: '#DBDE0C'

red 219 ◦ green 222 ◦ blue 12

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

Shades of Barberry #DBDE0C

Tints of Barberry #DBDE0C

RGB

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

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

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

R = 48.34%
G = 49.01%
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

#DBDE0C (or 0xDBDE0C) is known color: Barberry. HEX triplet: DB, DE and 0C. RGB value is (219,222,12). Sum of RGB (Red+Green+Blue) = 219+222+12=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDE0C is #2421F3. Grayscale: #C6C6C6. Windows color (decimal): -2367988 or 843483. OLE color: 843483.

HSL color Cylindrical-coordinate representation of color #DBDE0C: hue angle of 60.86º 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 #DBDE0C is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 12 -
CMYK 0.01 0 0.95 0.13
HSL 60.86º 0.9% 0.46% -
HSV(B) 60.86º 0.95% 0.87% -
XYZ 55.4 67.33 10.42 -
YUV 197.16 23.51 143.58 -
System Red Green Blue C M Y K H S L
Decimal 219 222 12 0.01 0 0.95 0.13 60.86 0.9 0.46
Hex DB DE C 1 0 5F D 3D 5A 2E
Octal 333 336 14 1 0 137 15 75 132 56
Binary 11011011 11011110 1100 1 0 1011111 1101 111101 1011010 101110

Color Harmonies of #DBDE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE0C

Black with #DBDE0C

Text Example


Text Example

White with #DBDE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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