Html Css Color HEX #DFD515 Barberry

📋 copy color: '#DFD515'

red 223 ◦ green 213 ◦ blue 21

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

Shades of Barberry #DFD515

Tints of Barberry #DFD515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.61%

 BLUE value IS 21 (8.59% from 255) = 4.6%

R = 48.8%
G = 46.61%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFD515 (or 0xDFD515) is known color: Barberry. HEX triplet: DF, D5 and 15. RGB value is (223,213,21). Sum of RGB (Red+Green+Blue) = 223+213+21=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD515 is #202AEA. Grayscale: #C2C2C2. Windows color (decimal): -2108139 or 1431007. OLE color: 1431007.

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

Color convert

RGB 223 213 21 -
CMYK 0 0.04 0.91 0.13
HSL 57.03º 0.83% 0.48% -
HSV(B) 57.03º 0.91% 0.87% -
XYZ 54.36 63.33 10.07 -
YUV 194.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 223 213 21 0 0.04 0.91 0.13 57.03 0.83 0.48
Hex DF D5 15 0 4 5B D 39 53 30
Octal 337 325 25 0 4 133 15 71 123 60
Binary 11011111 11010101 10101 0 100 1011011 1101 111001 1010011 110000

Color Harmonies of #DFD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD515

Black with #DFD515

Text Example


Text Example

White with #DFD515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD515; }

 p { color: rgb(223,213,21); }

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

background-color css

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

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

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

border-color css

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

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

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