Html Css Color HEX #DDC925 Barberry

📋 copy color: '#DDC925'

red 221 ◦ green 201 ◦ blue 37

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

Shades of Barberry #DDC925

Tints of Barberry #DDC925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

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

R = 48.15%
G = 43.79%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDC925 (or 0xDDC925) is known color: Barberry. HEX triplet: DD, C9 and 25. RGB value is (221,201,37). Sum of RGB (Red+Green+Blue) = 221+201+37=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC925 is #2236DA. Grayscale: #BCBCBC. Windows color (decimal): -2242267 or 2476509. OLE color: 2476509.

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

Color convert

RGB 221 201 37 -
CMYK 0 0.09 0.83 0.13
HSL 53.48º 0.73% 0.51% -
HSV(B) 53.48º 0.83% 0.87% -
XYZ 51.04 57.28 10.12 -
YUV 188.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 221 201 37 0 0.09 0.83 0.13 53.48 0.73 0.51
Hex DD C9 25 0 9 53 D 35 49 33
Octal 335 311 45 0 11 123 15 65 111 63
Binary 11011101 11001001 100101 0 1001 1010011 1101 110101 1001001 110011

Color Harmonies of #DDC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC925

Black with #DDC925

Text Example


Text Example

White with #DDC925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC925; }

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

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

background-color css

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

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

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

border-color css

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

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

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