Html Css Color HEX #DDCA20 Barberry

📋 copy color: '#DDCA20'

red 221 ◦ green 202 ◦ blue 32

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

Shades of Barberry #DDCA20

Tints of Barberry #DDCA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.4%

 BLUE value IS 32 (12.89% from 255) = 7.03%

R = 48.57%
G = 44.4%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDCA20 (or 0xDDCA20) is known color: Barberry. HEX triplet: DD, CA and 20. RGB value is (221,202,32). Sum of RGB (Red+Green+Blue) = 221+202+32=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA20 is #2235DF. Grayscale: #BDBDBD. Windows color (decimal): -2242016 or 2149085. OLE color: 2149085.

HSL color Cylindrical-coordinate representation of color #DDCA20: hue angle of 53.97º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDCA20 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 202 32 -
CMYK 0 0.09 0.86 0.13
HSL 53.97º 0.75% 0.5% -
HSV(B) 53.97º 0.86% 0.87% -
XYZ 51.2 57.72 9.81 -
YUV 188.3 39.79 151.32 -
System Red Green Blue C M Y K H S L
Decimal 221 202 32 0 0.09 0.86 0.13 53.97 0.75 0.5
Hex DD CA 20 0 9 56 D 36 4B 32
Octal 335 312 40 0 11 126 15 66 113 62
Binary 11011101 11001010 100000 0 1001 1010110 1101 110110 1001011 110010

Color Harmonies of #DDCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA20

Black with #DDCA20

Text Example


Text Example

White with #DDCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA20; }

 p { color: rgb(221,202,32); }

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

background-color css

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

 a { background-color: rgb(221,202,32); }

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

border-color css

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

 span { border-color: rgb(221,202,32); }

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