Html Css Color HEX #DDC72B Barberry

📋 copy color: '#DDC72B'

red 221 ◦ green 199 ◦ blue 43

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

Shades of Barberry #DDC72B

Tints of Barberry #DDC72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.29%

R = 47.73%
G = 42.98%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDC72B (or 0xDDC72B) is known color: Barberry. HEX triplet: DD, C7 and 2B. RGB value is (221,199,43). Sum of RGB (Red+Green+Blue) = 221+199+43=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC72B is #2238D4. Grayscale: #BCBCBC. Windows color (decimal): -2242773 or 2869213. OLE color: 2869213.

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

Color convert

RGB 221 199 43 -
CMYK 0 0.10 0.81 0.13
HSL 52.58º 0.72% 0.52% -
HSV(B) 52.58º 0.81% 0.87% -
XYZ 50.68 56.39 10.5 -
YUV 187.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 221 199 43 0 0.10 0.81 0.13 52.58 0.72 0.52
Hex DD C7 2B 0 A 51 D 35 48 34
Octal 335 307 53 0 12 121 15 65 110 64
Binary 11011101 11000111 101011 0 1010 1010001 1101 110101 1001000 110100

Color Harmonies of #DDC72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC72B

Black with #DDC72B

Text Example


Text Example

White with #DDC72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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