Html Css Color HEX #DDD81C Barberry

📋 copy color: '#DDD81C'

red 221 ◦ green 216 ◦ blue 28

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

Shades of Barberry #DDD81C

Tints of Barberry #DDD81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.02%

R = 47.53%
G = 46.45%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDD81C (or 0xDDD81C) is known color: Barberry. HEX triplet: DD, D8 and 1C. RGB value is (221,216,28). Sum of RGB (Red+Green+Blue) = 221+216+28=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD81C is #2227E3. Grayscale: #C4C4C4. Windows color (decimal): -2238436 or 1890525. OLE color: 1890525.

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

Color convert

RGB 221 216 28 -
CMYK 0 0.02 0.87 0.13
HSL 58.45º 0.78% 0.49% -
HSV(B) 58.45º 0.87% 0.87% -
XYZ 54.58 64.57 10.68 -
YUV 196.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 221 216 28 0 0.02 0.87 0.13 58.45 0.78 0.49
Hex DD D8 1C 0 2 57 D 3A 4E 31
Octal 335 330 34 0 2 127 15 72 116 61
Binary 11011101 11011000 11100 0 10 1010111 1101 111010 1001110 110001

Color Harmonies of #DDD81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD81C

Black with #DDD81C

Text Example


Text Example

White with #DDD81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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