Html Css Color HEX #DDC42B Barberry

📋 copy color: '#DDC42B'

red 221 ◦ green 196 ◦ blue 43

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

Shades of Barberry #DDC42B

Tints of Barberry #DDC42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.61%

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

R = 48.04%
G = 42.61%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDC42B (or 0xDDC42B) is known color: Barberry. HEX triplet: DD, C4 and 2B. RGB value is (221,196,43). Sum of RGB (Red+Green+Blue) = 221+196+43=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC42B is #223BD4. Grayscale: #BABABA. Windows color (decimal): -2243541 or 2868445. OLE color: 2868445.

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

Color convert

RGB 221 196 43 -
CMYK 0 0.11 0.81 0.13
HSL 51.57º 0.72% 0.52% -
HSV(B) 51.57º 0.81% 0.87% -
XYZ 49.99 55.03 10.27 -
YUV 186.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 221 196 43 0 0.11 0.81 0.13 51.57 0.72 0.52
Hex DD C4 2B 0 B 51 D 34 48 34
Octal 335 304 53 0 13 121 15 64 110 64
Binary 11011101 11000100 101011 0 1011 1010001 1101 110100 1001000 110100

Color Harmonies of #DDC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC42B

Black with #DDC42B

Text Example


Text Example

White with #DDC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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