Html Css Color HEX #DDD80C Barberry

📋 copy color: '#DDD80C'

red 221 ◦ green 216 ◦ blue 12

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

Shades of Barberry #DDD80C

Tints of Barberry #DDD80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.11%

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

R = 49.22%
G = 48.11%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDD80C (or 0xDDD80C) is known color: Barberry. HEX triplet: DD, D8 and 0C. RGB value is (221,216,12). Sum of RGB (Red+Green+Blue) = 221+216+12=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD80C is #2227F3. Grayscale: #C3C3C3. Windows color (decimal): -2238452 or 841949. OLE color: 841949.

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

Color convert

RGB 221 216 12 -
CMYK 0 0.02 0.95 0.13
HSL 58.56º 0.9% 0.46% -
HSV(B) 58.56º 0.95% 0.87% -
XYZ 54.44 64.51 9.93 -
YUV 194.24 25.16 147.09 -
System Red Green Blue C M Y K H S L
Decimal 221 216 12 0 0.02 0.95 0.13 58.56 0.9 0.46
Hex DD D8 C 0 2 5F D 3B 5A 2E
Octal 335 330 14 0 2 137 15 73 132 56
Binary 11011101 11011000 1100 0 10 1011111 1101 111011 1011010 101110

Color Harmonies of #DDD80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD80C

Black with #DDD80C

Text Example


Text Example

White with #DDD80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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