Html Css Color HEX #DDC72C Barberry

📋 copy color: '#DDC72C'

red 221 ◦ green 199 ◦ blue 44

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

Shades of Barberry #DDC72C

Tints of Barberry #DDC72C

RGB

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

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

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

R = 47.63%
G = 42.89%
B = 9.48%

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

#DDC72C (or 0xDDC72C) is known color: Barberry. HEX triplet: DD, C7 and 2C. RGB value is (221,199,44). Sum of RGB (Red+Green+Blue) = 221+199+44=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC72C is #2238D3. Grayscale: #BCBCBC. Windows color (decimal): -2242772 or 2934749. OLE color: 2934749.

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

Color convert

RGB 221 199 44 -
CMYK 0 0.10 0.80 0.13
HSL 52.54º 0.72% 0.52% -
HSV(B) 52.54º 0.8% 0.87% -
XYZ 50.7 56.4 10.6 -
YUV 187.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 221 199 44 0 0.10 0.80 0.13 52.54 0.72 0.52
Hex DD C7 2C 0 A 50 D 35 48 34
Octal 335 307 54 0 12 120 15 65 110 64
Binary 11011101 11000111 101100 0 1010 1010000 1101 110101 1001000 110100

Color Harmonies of #DDC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC72C

Black with #DDC72C

Text Example


Text Example

White with #DDC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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