Html Css Color HEX #DDDE12 Barberry

📋 copy color: '#DDDE12'

red 221 ◦ green 222 ◦ blue 18

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

Shades of Barberry #DDDE12

Tints of Barberry #DDDE12

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.16%

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

R = 47.94%
G = 48.16%
B = 3.9%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDDE12 (or 0xDDDE12) is known color: Barberry. HEX triplet: DD, DE and 12. RGB value is (221,222,18). Sum of RGB (Red+Green+Blue) = 221+222+18=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDE12 is #2221ED. Grayscale: #C7C7C7. Windows color (decimal): -2236910 or 1236701. OLE color: 1236701.

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

Color convert

RGB 221 222 18 -
CMYK 0.00 0 0.92 0.13
HSL 60.29º 0.85% 0.47% -
HSV(B) 60.29º 0.92% 0.87% -
XYZ 56.05 67.66 10.68 -
YUV 198.45 26.17 144.09 -
System Red Green Blue C M Y K H S L
Decimal 221 222 18 0.00 0 0.92 0.13 60.29 0.85 0.47
Hex DD DE 12 0 0 5C D 3C 55 2F
Octal 335 336 22 0 0 134 15 74 125 57
Binary 11011101 11011110 10010 0 0 1011100 1101 111100 1010101 101111

Color Harmonies of #DDDE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE12

Black with #DDDE12

Text Example


Text Example

White with #DDDE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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