Html Css Color HEX #DDCD1A Barberry

📋 copy color: '#DDCD1A'

red 221 ◦ green 205 ◦ blue 26

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

Shades of Barberry #DDCD1A

Tints of Barberry #DDCD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.75%

R = 48.89%
G = 45.35%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDCD1A (or 0xDDCD1A) is known color: Barberry. HEX triplet: DD, CD and 1A. RGB value is (221,205,26). Sum of RGB (Red+Green+Blue) = 221+205+26=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 26 (10.55% from 255 or 5.75% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD1A is #2232E5. Grayscale: #BEBEBE. Windows color (decimal): -2241254 or 1756637. OLE color: 1756637.

HSL color Cylindrical-coordinate representation of color #DDCD1A: hue angle of 55.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDCD1A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 26 -
CMYK 0 0.07 0.88 0.13
HSL 55.08º 0.79% 0.48% -
HSV(B) 55.08º 0.88% 0.87% -
XYZ 51.84 59.11 9.65 -
YUV 189.38 35.8 150.55 -
System Red Green Blue C M Y K H S L
Decimal 221 205 26 0 0.07 0.88 0.13 55.08 0.79 0.48
Hex DD CD 1A 0 7 58 D 37 4F 30
Octal 335 315 32 0 7 130 15 67 117 60
Binary 11011101 11001101 11010 0 111 1011000 1101 110111 1001111 110000

Color Harmonies of #DDCD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD1A

Black with #DDCD1A

Text Example


Text Example

White with #DDCD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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