Html Css Color HEX #DDCD1C Barberry

📋 copy color: '#DDCD1C'

red 221 ◦ green 205 ◦ blue 28

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

Shades of Barberry #DDCD1C

Tints of Barberry #DDCD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

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

R = 48.68%
G = 45.15%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDCD1C (or 0xDDCD1C) is known color: Barberry. HEX triplet: DD, CD and 1C. RGB value is (221,205,28). Sum of RGB (Red+Green+Blue) = 221+205+28=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD1C is #2232E3. Grayscale: #BEBEBE. Windows color (decimal): -2241252 or 1887709. OLE color: 1887709.

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

Color convert

RGB 221 205 28 -
CMYK 0 0.07 0.87 0.13
HSL 55.03º 0.78% 0.49% -
HSV(B) 55.03º 0.87% 0.87% -
XYZ 51.86 59.12 9.78 -
YUV 189.61 36.8 150.39 -
System Red Green Blue C M Y K H S L
Decimal 221 205 28 0 0.07 0.87 0.13 55.03 0.78 0.49
Hex DD CD 1C 0 7 57 D 37 4E 31
Octal 335 315 34 0 7 127 15 67 116 61
Binary 11011101 11001101 11100 0 111 1010111 1101 110111 1001110 110001

Color Harmonies of #DDCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD1C

Black with #DDCD1C

Text Example


Text Example

White with #DDCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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