Html Css Color HEX #DFDD10 Barberry

📋 copy color: '#DFDD10'

red 223 ◦ green 221 ◦ blue 16

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

Shades of Barberry #DFDD10

Tints of Barberry #DFDD10

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.04%

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

R = 48.48%
G = 48.04%
B = 3.48%

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

#DFDD10 (or 0xDFDD10) is known color: Barberry. HEX triplet: DF, DD and 10. RGB value is (223,221,16). Sum of RGB (Red+Green+Blue) = 223+221+16=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD10 is #2022EF. Grayscale: #C7C7C7. Windows color (decimal): -2106096 or 1105375. OLE color: 1105375.

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

Color convert

RGB 223 221 16 -
CMYK 0 0.01 0.93 0.13
HSL 59.42º 0.87% 0.47% -
HSV(B) 59.42º 0.93% 0.87% -
XYZ 56.38 67.44 10.54 -
YUV 198.23 25.16 145.67 -
System Red Green Blue C M Y K H S L
Decimal 223 221 16 0 0.01 0.93 0.13 59.42 0.87 0.47
Hex DF DD 10 0 1 5D D 3B 57 2F
Octal 337 335 20 0 1 135 15 73 127 57
Binary 11011111 11011101 10000 0 1 1011101 1101 111011 1010111 101111

Color Harmonies of #DFDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD10

Black with #DFDD10

Text Example


Text Example

White with #DFDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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