Html Css Color HEX #DDC726 Barberry

📋 copy color: '#DDC726'

red 221 ◦ green 199 ◦ blue 38

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

Shades of Barberry #DDC726

Tints of Barberry #DDC726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.3%

R = 48.25%
G = 43.45%
B = 8.3%

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

#DDC726 (or 0xDDC726) is known color: Barberry. HEX triplet: DD, C7 and 26. RGB value is (221,199,38). Sum of RGB (Red+Green+Blue) = 221+199+38=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC726 is #2238D9. Grayscale: #BBBBBB. Windows color (decimal): -2242778 or 2541533. OLE color: 2541533.

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

Color convert

RGB 221 199 38 -
CMYK 0 0.10 0.83 0.13
HSL 52.79º 0.73% 0.51% -
HSV(B) 52.79º 0.83% 0.87% -
XYZ 50.59 56.36 10.05 -
YUV 187.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 221 199 38 0 0.10 0.83 0.13 52.79 0.73 0.51
Hex DD C7 26 0 A 53 D 35 49 33
Octal 335 307 46 0 12 123 15 65 111 63
Binary 11011101 11000111 100110 0 1010 1010011 1101 110101 1001001 110011

Color Harmonies of #DDC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC726

Black with #DDC726

Text Example


Text Example

White with #DDC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC726; }

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

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

background-color css

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

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

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

border-color css

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

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

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