Html Css Color HEX #DDC826 Barberry

📋 copy color: '#DDC826'

red 221 ◦ green 200 ◦ blue 38

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

Shades of Barberry #DDC826

Tints of Barberry #DDC826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.57%

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

R = 48.15%
G = 43.57%
B = 8.28%

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

#DDC826 (or 0xDDC826) is known color: Barberry. HEX triplet: DD, C8 and 26. RGB value is (221,200,38). Sum of RGB (Red+Green+Blue) = 221+200+38=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC826 is #2237D9. Grayscale: #BCBCBC. Windows color (decimal): -2242522 or 2541789. OLE color: 2541789.

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

Color convert

RGB 221 200 38 -
CMYK 0 0.10 0.83 0.13
HSL 53.11º 0.73% 0.51% -
HSV(B) 53.11º 0.83% 0.87% -
XYZ 50.82 56.82 10.12 -
YUV 187.81 43.46 151.67 -
System Red Green Blue C M Y K H S L
Decimal 221 200 38 0 0.10 0.83 0.13 53.11 0.73 0.51
Hex DD C8 26 0 A 53 D 35 49 33
Octal 335 310 46 0 12 123 15 65 111 63
Binary 11011101 11001000 100110 0 1010 1010011 1101 110101 1001001 110011

Color Harmonies of #DDC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC826

Black with #DDC826

Text Example


Text Example

White with #DDC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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