Html Css Color HEX #DDCC1C Barberry

📋 copy color: '#DDCC1C'

red 221 ◦ green 204 ◦ blue 28

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

Shades of Barberry #DDCC1C

Tints of Barberry #DDCC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.18%

R = 48.79%
G = 45.03%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDCC1C (or 0xDDCC1C) is known color: Barberry. HEX triplet: DD, CC and 1C. RGB value is (221,204,28). Sum of RGB (Red+Green+Blue) = 221+204+28=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC1C is #2233E3. Grayscale: #BDBDBD. Windows color (decimal): -2241508 or 1887453. OLE color: 1887453.

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

Color convert

RGB 221 204 28 -
CMYK 0 0.08 0.87 0.13
HSL 54.72º 0.78% 0.49% -
HSV(B) 54.72º 0.87% 0.87% -
XYZ 51.62 58.64 9.7 -
YUV 189.02 37.13 150.81 -
System Red Green Blue C M Y K H S L
Decimal 221 204 28 0 0.08 0.87 0.13 54.72 0.78 0.49
Hex DD CC 1C 0 8 57 D 37 4E 31
Octal 335 314 34 0 10 127 15 67 116 61
Binary 11011101 11001100 11100 0 1000 1010111 1101 110111 1001110 110001

Color Harmonies of #DDCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC1C

Black with #DDCC1C

Text Example


Text Example

White with #DDCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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