Html Css Color HEX #DDD024 Barberry

📋 copy color: '#DDD024'

red 221 ◦ green 208 ◦ blue 36

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

Shades of Barberry #DDD024

Tints of Barberry #DDD024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

 BLUE value IS 36 (14.45% from 255) = 7.74%

R = 47.53%
G = 44.73%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDD024 (or 0xDDD024) is known color: Barberry. HEX triplet: DD, D0 and 24. RGB value is (221,208,36). Sum of RGB (Red+Green+Blue) = 221+208+36=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD024 is #222FDB. Grayscale: #C0C0C0. Windows color (decimal): -2240476 or 2412765. OLE color: 2412765.

HSL color Cylindrical-coordinate representation of color #DDD024: hue angle of 55.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDD024 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 36 -
CMYK 0 0.06 0.84 0.13
HSL 55.78º 0.73% 0.5% -
HSV(B) 55.78º 0.84% 0.87% -
XYZ 52.69 60.61 10.59 -
YUV 192.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 221 208 36 0 0.06 0.84 0.13 55.78 0.73 0.5
Hex DD D0 24 0 6 54 D 38 49 32
Octal 335 320 44 0 6 124 15 70 111 62
Binary 11011101 11010000 100100 0 110 1010100 1101 111000 1001001 110010

Color Harmonies of #DDD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD024

Black with #DDD024

Text Example


Text Example

White with #DDD024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD024; }

 p { color: rgb(221,208,36); }

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

background-color css

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

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

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

border-color css

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

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

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