Html Css Color HEX #DDC82C Barberry

📋 copy color: '#DDC82C'

red 221 ◦ green 200 ◦ blue 44

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

Shades of Barberry #DDC82C

Tints of Barberry #DDC82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.46%

R = 47.53%
G = 43.01%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDC82C (or 0xDDC82C) is known color: Barberry. HEX triplet: DD, C8 and 2C. RGB value is (221,200,44). Sum of RGB (Red+Green+Blue) = 221+200+44=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC82C is #2237D3. Grayscale: #BDBDBD. Windows color (decimal): -2242516 or 2935005. OLE color: 2935005.

HSL color Cylindrical-coordinate representation of color #DDC82C: hue angle of 52.88º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDC82C is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 44 -
CMYK 0 0.10 0.80 0.13
HSL 52.88º 0.72% 0.52% -
HSV(B) 52.88º 0.8% 0.87% -
XYZ 50.93 56.86 10.67 -
YUV 188.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 221 200 44 0 0.10 0.80 0.13 52.88 0.72 0.52
Hex DD C8 2C 0 A 50 D 35 48 34
Octal 335 310 54 0 12 120 15 65 110 64
Binary 11011101 11001000 101100 0 1010 1010000 1101 110101 1001000 110100

Color Harmonies of #DDC82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC82C

Black with #DDC82C

Text Example


Text Example

White with #DDC82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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