Html Css Color HEX #DDCC24 Barberry

📋 copy color: '#DDCC24'

red 221 ◦ green 204 ◦ blue 36

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

Shades of Barberry #DDCC24

Tints of Barberry #DDCC24

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

 BLUE value IS 36 (14.45% from 255) = 7.81%

R = 47.94%
G = 44.25%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDCC24 (or 0xDDCC24) is known color: Barberry. HEX triplet: DD, CC and 24. RGB value is (221,204,36). Sum of RGB (Red+Green+Blue) = 221+204+36=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 36 (14.45% from 255 or 7.81% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC24 is #2233DB. Grayscale: #BEBEBE. Windows color (decimal): -2241500 or 2411741. OLE color: 2411741.

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

Color convert

RGB 221 204 36 -
CMYK 0 0.08 0.84 0.13
HSL 54.49º 0.73% 0.5% -
HSV(B) 54.49º 0.84% 0.87% -
XYZ 51.73 58.69 10.27 -
YUV 189.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 221 204 36 0 0.08 0.84 0.13 54.49 0.73 0.5
Hex DD CC 24 0 8 54 D 36 49 32
Octal 335 314 44 0 10 124 15 66 111 62
Binary 11011101 11001100 100100 0 1000 1010100 1101 110110 1001001 110010

Color Harmonies of #DDCC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC24

Black with #DDCC24

Text Example


Text Example

White with #DDCC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC24; }

 p { color: rgb(221,204,36); }

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

background-color css

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

 a { background-color: rgb(221,204,36); }

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

border-color css

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

 span { border-color: rgb(221,204,36); }

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