Html Css Color HEX #DDDF10 Barberry

📋 copy color: '#DDDF10'

red 221 ◦ green 223 ◦ blue 16

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

Shades of Barberry #DDDF10

Tints of Barberry #DDDF10

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 221 223 16 -
CMYK 0.01 0 0.93 0.13
HSL 60.58º 0.87% 0.47% -
HSV(B) 60.58º 0.93% 0.87% -
XYZ 56.3 68.18 10.68 -
YUV 198.8 24.84 143.83 -
System Red Green Blue C M Y K H S L
Decimal 221 223 16 0.01 0 0.93 0.13 60.58 0.87 0.47
Hex DD DF 10 1 0 5D D 3D 57 2F
Octal 335 337 20 1 0 135 15 75 127 57
Binary 11011101 11011111 10000 1 0 1011101 1101 111101 1010111 101111

Color Harmonies of #DDDF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF10

Black with #DDDF10

Text Example


Text Example

White with #DDDF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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