Html Css Color HEX #DDD12A Barberry

📋 copy color: '#DDD12A'

red 221 ◦ green 209 ◦ blue 42

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

Shades of Barberry #DDD12A

Tints of Barberry #DDD12A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.28%

 BLUE value IS 42 (16.8% from 255) = 8.9%

R = 46.82%
G = 44.28%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDD12A (or 0xDDD12A) is known color: Barberry. HEX triplet: DD, D1 and 2A. RGB value is (221,209,42). Sum of RGB (Red+Green+Blue) = 221+209+42=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD12A is #222ED5. Grayscale: #C2C2C2. Windows color (decimal): -2240214 or 2806237. OLE color: 2806237.

HSL color Cylindrical-coordinate representation of color #DDD12A: hue angle of 55.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDD12A is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 42 -
CMYK 0 0.05 0.81 0.13
HSL 55.98º 0.72% 0.52% -
HSV(B) 55.98º 0.81% 0.87% -
XYZ 53.04 61.14 11.2 -
YUV 193.55 42.48 147.58 -
System Red Green Blue C M Y K H S L
Decimal 221 209 42 0 0.05 0.81 0.13 55.98 0.72 0.52
Hex DD D1 2A 0 5 51 D 38 48 34
Octal 335 321 52 0 5 121 15 70 110 64
Binary 11011101 11010001 101010 0 101 1010001 1101 111000 1001000 110100

Color Harmonies of #DDD12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD12A

Black with #DDD12A

Text Example


Text Example

White with #DDD12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD12A; }

 p { color: rgb(221,209,42); }

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

background-color css

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

 a { background-color: rgb(221,209,42); }

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

border-color css

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

 span { border-color: rgb(221,209,42); }

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