Html Css Color HEX #DDC725 Barberry

📋 copy color: '#DDC725'

red 221 ◦ green 199 ◦ blue 37

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

Shades of Barberry #DDC725

Tints of Barberry #DDC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.54%

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

R = 48.36%
G = 43.54%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDC725 (or 0xDDC725) is known color: Barberry. HEX triplet: DD, C7 and 25. RGB value is (221,199,37). Sum of RGB (Red+Green+Blue) = 221+199+37=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC725 is #2238DA. Grayscale: #BBBBBB. Windows color (decimal): -2242779 or 2475997. OLE color: 2475997.

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

Color convert

RGB 221 199 37 -
CMYK 0 0.10 0.83 0.13
HSL 52.83º 0.73% 0.51% -
HSV(B) 52.83º 0.83% 0.87% -
XYZ 50.58 56.35 9.96 -
YUV 187.11 43.29 152.17 -
System Red Green Blue C M Y K H S L
Decimal 221 199 37 0 0.10 0.83 0.13 52.83 0.73 0.51
Hex DD C7 25 0 A 53 D 35 49 33
Octal 335 307 45 0 12 123 15 65 111 63
Binary 11011101 11000111 100101 0 1010 1010011 1101 110101 1001001 110011

Color Harmonies of #DDC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC725

Black with #DDC725

Text Example


Text Example

White with #DDC725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC725; }

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

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

background-color css

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

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

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

border-color css

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

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

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