Html Css Color HEX #DDDC12 Barberry

📋 copy color: '#DDDC12'

red 221 ◦ green 220 ◦ blue 18

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

Shades of Barberry #DDDC12

Tints of Barberry #DDDC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.92%

R = 48.15%
G = 47.93%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDDC12 (or 0xDDDC12) is known color: Barberry. HEX triplet: DD, DC and 12. RGB value is (221,220,18). Sum of RGB (Red+Green+Blue) = 221+220+18=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDC12 is #2223ED. Grayscale: #C6C6C6. Windows color (decimal): -2237422 or 1236189. OLE color: 1236189.

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

Color convert

RGB 221 220 18 -
CMYK 0 0.00 0.92 0.13
HSL 59.7º 0.85% 0.47% -
HSV(B) 59.7º 0.92% 0.87% -
XYZ 55.52 66.6 10.5 -
YUV 197.27 26.83 144.93 -
System Red Green Blue C M Y K H S L
Decimal 221 220 18 0 0.00 0.92 0.13 59.7 0.85 0.47
Hex DD DC 12 0 0 5C D 3C 55 2F
Octal 335 334 22 0 0 134 15 74 125 57
Binary 11011101 11011100 10010 0 0 1011100 1101 111100 1010101 101111

Color Harmonies of #DDDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC12

Black with #DDDC12

Text Example


Text Example

White with #DDDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC12; }

 p { color: rgb(221,220,18); }

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

background-color css

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

 a { background-color: rgb(221,220,18); }

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

border-color css

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

 span { border-color: rgb(221,220,18); }

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