Html Css Color HEX #DFDB13 Barberry

📋 copy color: '#DFDB13'

red 223 ◦ green 219 ◦ blue 19

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

Shades of Barberry #DFDB13

Tints of Barberry #DFDB13

RGB

 RED value IS 223 (87.5% from 255) = 48.37%

 GREEN value IS 219 (85.94% from 255) = 47.51%

 BLUE value IS 19 (7.81% from 255) = 4.12%

R = 48.37%
G = 47.51%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFDB13 (or 0xDFDB13) is known color: Barberry. HEX triplet: DF, DB and 13. RGB value is (223,219,19). Sum of RGB (Red+Green+Blue) = 223+219+19=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB13 is #2024EC. Grayscale: #C6C6C6. Windows color (decimal): -2106605 or 1301471. OLE color: 1301471.

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

Color convert

RGB 223 219 19 -
CMYK 0 0.02 0.91 0.13
HSL 58.82º 0.84% 0.47% -
HSV(B) 58.82º 0.91% 0.87% -
XYZ 55.88 66.4 10.49 -
YUV 197.4 27.33 146.26 -
System Red Green Blue C M Y K H S L
Decimal 223 219 19 0 0.02 0.91 0.13 58.82 0.84 0.47
Hex DF DB 13 0 2 5B D 3B 54 2F
Octal 337 333 23 0 2 133 15 73 124 57
Binary 11011111 11011011 10011 0 10 1011011 1101 111011 1010100 101111

Color Harmonies of #DFDB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB13

Black with #DFDB13

Text Example


Text Example

White with #DFDB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB13; }

 p { color: rgb(223,219,19); }

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

background-color css

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

 a { background-color: rgb(223,219,19); }

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

border-color css

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

 span { border-color: rgb(223,219,19); }

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