Html Css Color HEX #DDCC2C Barberry

📋 copy color: '#DDCC2C'

red 221 ◦ green 204 ◦ blue 44

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

Shades of Barberry #DDCC2C

Tints of Barberry #DDCC2C

RGB

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

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

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

R = 47.12%
G = 43.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDCC2C (or 0xDDCC2C) is known color: Barberry. HEX triplet: DD, CC and 2C. RGB value is (221,204,44). Sum of RGB (Red+Green+Blue) = 221+204+44=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC2C is #2233D3. Grayscale: #BFBFBF. Windows color (decimal): -2241492 or 2936029. OLE color: 2936029.

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

Color convert

RGB 221 204 44 -
CMYK 0 0.08 0.80 0.13
HSL 54.24º 0.72% 0.52% -
HSV(B) 54.24º 0.8% 0.87% -
XYZ 51.87 58.74 10.99 -
YUV 190.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 221 204 44 0 0.08 0.80 0.13 54.24 0.72 0.52
Hex DD CC 2C 0 8 50 D 36 48 34
Octal 335 314 54 0 10 120 15 66 110 64
Binary 11011101 11001100 101100 0 1000 1010000 1101 110110 1001000 110100

Color Harmonies of #DDCC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC2C

Black with #DDCC2C

Text Example


Text Example

White with #DDCC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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