Html Css Color HEX #DDD425 Barberry

📋 copy color: '#DDD425'

red 221 ◦ green 212 ◦ blue 37

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

Shades of Barberry #DDD425

Tints of Barberry #DDD425

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

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

R = 47.02%
G = 45.11%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDD425 (or 0xDDD425) is known color: Barberry. HEX triplet: DD, D4 and 25. RGB value is (221,212,37). Sum of RGB (Red+Green+Blue) = 221+212+37=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD425 is #222BDA. Grayscale: #C3C3C3. Windows color (decimal): -2239451 or 2479325. OLE color: 2479325.

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

Color convert

RGB 221 212 37 -
CMYK 0 0.04 0.83 0.13
HSL 57.07º 0.73% 0.51% -
HSV(B) 57.07º 0.83% 0.87% -
XYZ 53.7 62.59 11 -
YUV 194.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 221 212 37 0 0.04 0.83 0.13 57.07 0.73 0.51
Hex DD D4 25 0 4 53 D 39 49 33
Octal 335 324 45 0 4 123 15 71 111 63
Binary 11011101 11010100 100101 0 100 1010011 1101 111001 1001001 110011

Color Harmonies of #DDD425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD425

Black with #DDD425

Text Example


Text Example

White with #DDD425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD425; }

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

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

background-color css

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

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

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

border-color css

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

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

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