Html Css Color HEX #DDDD12 Barberry

📋 copy color: '#DDDD12'

red 221 ◦ green 221 ◦ blue 18

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

Shades of Barberry #DDDD12

Tints of Barberry #DDDD12

RGB

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

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

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

R = 48.04%
G = 48.04%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDDD12 (or 0xDDDD12) is known color: Barberry. HEX triplet: DD, DD and 12. RGB value is (221,221,18). Sum of RGB (Red+Green+Blue) = 221+221+18=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD12 is #2222ED. Grayscale: #C6C6C6. Windows color (decimal): -2237166 or 1236445. OLE color: 1236445.

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

Color convert

RGB 221 221 18 -
CMYK 0 0 0.92 0.13
HSL 60º 0.85% 0.47% -
HSV(B) 60º 0.92% 0.87% -
XYZ 55.78 67.13 10.59 -
YUV 197.86 26.5 144.51 -
System Red Green Blue C M Y K H S L
Decimal 221 221 18 0 0 0.92 0.13 60 0.85 0.47
Hex DD DD 12 0 0 5C D 3C 55 2F
Octal 335 335 22 0 0 134 15 74 125 57
Binary 11011101 11011101 10010 0 0 1011100 1101 111100 1010101 101111

Color Harmonies of #DDDD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD12

Black with #DDDD12

Text Example


Text Example

White with #DDDD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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