Html Css Color HEX #DDCD2C Barberry

📋 copy color: '#DDCD2C'

red 221 ◦ green 205 ◦ blue 44

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

Shades of Barberry #DDCD2C

Tints of Barberry #DDCD2C

RGB

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

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

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

R = 47.02%
G = 43.62%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDCD2C (or 0xDDCD2C) is known color: Barberry. HEX triplet: DD, CD and 2C. RGB value is (221,205,44). Sum of RGB (Red+Green+Blue) = 221+205+44=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD2C is #2232D3. Grayscale: #C0C0C0. Windows color (decimal): -2241236 or 2936285. OLE color: 2936285.

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

Color convert

RGB 221 205 44 -
CMYK 0 0.07 0.80 0.13
HSL 54.58º 0.72% 0.52% -
HSV(B) 54.58º 0.8% 0.87% -
XYZ 52.1 59.22 11.07 -
YUV 191.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 221 205 44 0 0.07 0.80 0.13 54.58 0.72 0.52
Hex DD CD 2C 0 7 50 D 37 48 34
Octal 335 315 54 0 7 120 15 67 110 64
Binary 11011101 11001101 101100 0 111 1010000 1101 110111 1001000 110100

Color Harmonies of #DDCD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD2C

Black with #DDCD2C

Text Example


Text Example

White with #DDCD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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