Html Css Color HEX #DDDD0C Barberry

📋 copy color: '#DDDD0C'

red 221 ◦ green 221 ◦ blue 12

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

Shades of Barberry #DDDD0C

Tints of Barberry #DDDD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.64%

R = 48.68%
G = 48.68%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDDD0C (or 0xDDDD0C) is known color: Barberry. HEX triplet: DD, DD and 0C. RGB value is (221,221,12). Sum of RGB (Red+Green+Blue) = 221+221+12=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD0C is #2222F3. Grayscale: #C6C6C6. Windows color (decimal): -2237172 or 843229. OLE color: 843229.

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

Color convert

RGB 221 221 12 -
CMYK 0 0 0.95 0.13
HSL 60º 0.9% 0.46% -
HSV(B) 60º 0.95% 0.87% -
XYZ 55.74 67.11 10.36 -
YUV 197.17 23.5 144.99 -
System Red Green Blue C M Y K H S L
Decimal 221 221 12 0 0 0.95 0.13 60 0.9 0.46
Hex DD DD C 0 0 5F D 3C 5A 2E
Octal 335 335 14 0 0 137 15 74 132 56
Binary 11011101 11011101 1100 0 0 1011111 1101 111100 1011010 101110

Color Harmonies of #DDDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD0C

Black with #DDDD0C

Text Example


Text Example

White with #DDDD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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