Html Css Color HEX #DDDD0F Barberry

📋 copy color: '#DDDD0F'

red 221 ◦ green 221 ◦ blue 15

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

Shades of Barberry #DDDD0F

Tints of Barberry #DDDD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 48.36%
G = 48.36%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDDD0F (or 0xDDDD0F) is known color: Barberry. HEX triplet: DD, DD and 0F. RGB value is (221,221,15). Sum of RGB (Red+Green+Blue) = 221+221+15=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD0F is #2222F0. Grayscale: #C6C6C6. Windows color (decimal): -2237169 or 1039837. OLE color: 1039837.

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

Color convert

RGB 221 221 15 -
CMYK 0 0 0.93 0.13
HSL 60º 0.87% 0.46% -
HSV(B) 60º 0.93% 0.87% -
XYZ 55.76 67.12 10.47 -
YUV 197.52 25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 221 221 15 0 0 0.93 0.13 60 0.87 0.46
Hex DD DD F 0 0 5D D 3C 57 2E
Octal 335 335 17 0 0 135 15 74 127 56
Binary 11011101 11011101 1111 0 0 1011101 1101 111100 1010111 101110

Color Harmonies of #DDDD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD0F

Black with #DDDD0F

Text Example


Text Example

White with #DDDD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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