Html Css Color HEX #DFDF13 Barberry

📋 copy color: '#DFDF13'

red 223 ◦ green 223 ◦ blue 19

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

Shades of Barberry #DFDF13

Tints of Barberry #DFDF13

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

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

R = 47.96%
G = 47.96%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFDF13 (or 0xDFDF13) is known color: Barberry. HEX triplet: DF, DF and 13. RGB value is (223,223,19). Sum of RGB (Red+Green+Blue) = 223+223+19=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF13 is #2020EC. Grayscale: #C8C8C8. Windows color (decimal): -2105581 or 1302495. OLE color: 1302495.

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

Color convert

RGB 223 223 19 -
CMYK 0 0 0.91 0.13
HSL 60º 0.84% 0.47% -
HSV(B) 60º 0.91% 0.87% -
XYZ 56.94 68.51 10.84 -
YUV 199.74 26 144.59 -
System Red Green Blue C M Y K H S L
Decimal 223 223 19 0 0 0.91 0.13 60 0.84 0.47
Hex DF DF 13 0 0 5B D 3C 54 2F
Octal 337 337 23 0 0 133 15 74 124 57
Binary 11011111 11011111 10011 0 0 1011011 1101 111100 1010100 101111

Color Harmonies of #DFDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF13

Black with #DFDF13

Text Example


Text Example

White with #DFDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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