Html Css Color HEX #DDD325 Barberry

📋 copy color: '#DDD325'

red 221 ◦ green 211 ◦ blue 37

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

Shades of Barberry #DDD325

Tints of Barberry #DDD325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.99%

 BLUE value IS 37 (14.84% from 255) = 7.89%

R = 47.12%
G = 44.99%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDD325 (or 0xDDD325) is known color: Barberry. HEX triplet: DD, D3 and 25. RGB value is (221,211,37). Sum of RGB (Red+Green+Blue) = 221+211+37=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD325 is #222CDA. Grayscale: #C2C2C2. Windows color (decimal): -2239707 or 2479069. OLE color: 2479069.

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

Color convert

RGB 221 211 37 -
CMYK 0 0.05 0.83 0.13
HSL 56.74º 0.73% 0.51% -
HSV(B) 56.74º 0.83% 0.87% -
XYZ 53.45 62.09 10.92 -
YUV 194.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 221 211 37 0 0.05 0.83 0.13 56.74 0.73 0.51
Hex DD D3 25 0 5 53 D 39 49 33
Octal 335 323 45 0 5 123 15 71 111 63
Binary 11011101 11010011 100101 0 101 1010011 1101 111001 1001001 110011

Color Harmonies of #DDD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD325

Black with #DDD325

Text Example


Text Example

White with #DDD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD325; }

 p { color: rgb(221,211,37); }

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

background-color css

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

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

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

border-color css

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

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

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