Html Css Color HEX #DDDA10 Barberry

📋 copy color: '#DDDA10'

red 221 ◦ green 218 ◦ blue 16

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

Shades of Barberry #DDDA10

Tints of Barberry #DDDA10

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.91%

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

R = 48.57%
G = 47.91%
B = 3.52%

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

#DDDA10 (or 0xDDDA10) is known color: Barberry. HEX triplet: DD, DA and 10. RGB value is (221,218,16). Sum of RGB (Red+Green+Blue) = 221+218+16=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA10 is #2225EF. Grayscale: #C4C4C4. Windows color (decimal): -2237936 or 1104605. OLE color: 1104605.

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

Color convert

RGB 221 218 16 -
CMYK 0 0.01 0.93 0.13
HSL 59.12º 0.86% 0.46% -
HSV(B) 59.12º 0.93% 0.87% -
XYZ 54.98 65.55 10.25 -
YUV 195.87 26.49 145.93 -
System Red Green Blue C M Y K H S L
Decimal 221 218 16 0 0.01 0.93 0.13 59.12 0.86 0.46
Hex DD DA 10 0 1 5D D 3B 56 2E
Octal 335 332 20 0 1 135 15 73 126 56
Binary 11011101 11011010 10000 0 1 1011101 1101 111011 1010110 101110

Color Harmonies of #DDDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA10

Black with #DDDA10

Text Example


Text Example

White with #DDDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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