Html Css Color HEX #DFDC10 Barberry

📋 copy color: '#DFDC10'

red 223 ◦ green 220 ◦ blue 16

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

Shades of Barberry #DFDC10

Tints of Barberry #DFDC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 48.58%
G = 47.93%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFDC10 (or 0xDFDC10) is known color: Barberry. HEX triplet: DF, DC and 10. RGB value is (223,220,16). Sum of RGB (Red+Green+Blue) = 223+220+16=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC10 is #2023EF. Grayscale: #C6C6C6. Windows color (decimal): -2106352 or 1105119. OLE color: 1105119.

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

Color convert

RGB 223 220 16 -
CMYK 0 0.01 0.93 0.13
HSL 59.13º 0.87% 0.47% -
HSV(B) 59.13º 0.93% 0.87% -
XYZ 56.12 66.91 10.45 -
YUV 197.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 223 220 16 0 0.01 0.93 0.13 59.13 0.87 0.47
Hex DF DC 10 0 1 5D D 3B 57 2F
Octal 337 334 20 0 1 135 15 73 127 57
Binary 11011111 11011100 10000 0 1 1011101 1101 111011 1010111 101111

Color Harmonies of #DFDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC10

Black with #DFDC10

Text Example


Text Example

White with #DFDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC10; }

 p { color: rgb(223,220,16); }

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

background-color css

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

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

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

border-color css

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

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

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