Html Css Color HEX #DDD525 Barberry

📋 copy color: '#DDD525'

red 221 ◦ green 213 ◦ blue 37

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

Shades of Barberry #DDD525

Tints of Barberry #DDD525

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

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

R = 46.92%
G = 45.22%
B = 7.86%

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

#DDD525 (or 0xDDD525) is known color: Barberry. HEX triplet: DD, D5 and 25. RGB value is (221,213,37). Sum of RGB (Red+Green+Blue) = 221+213+37=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD525 is #222ADA. Grayscale: #C4C4C4. Windows color (decimal): -2239195 or 2479581. OLE color: 2479581.

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

Color convert

RGB 221 213 37 -
CMYK 0 0.04 0.83 0.13
HSL 57.39º 0.73% 0.51% -
HSV(B) 57.39º 0.83% 0.87% -
XYZ 53.95 63.09 11.09 -
YUV 195.33 38.65 146.31 -
System Red Green Blue C M Y K H S L
Decimal 221 213 37 0 0.04 0.83 0.13 57.39 0.73 0.51
Hex DD D5 25 0 4 53 D 39 49 33
Octal 335 325 45 0 4 123 15 71 111 63
Binary 11011101 11010101 100101 0 100 1010011 1101 111001 1001001 110011

Color Harmonies of #DDD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD525

Black with #DDD525

Text Example


Text Example

White with #DDD525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD525; }

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

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

background-color css

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

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

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

border-color css

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

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

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