Html Css Color HEX #DDD422 Barberry

📋 copy color: '#DDD422'

red 221 ◦ green 212 ◦ blue 34

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

Shades of Barberry #DDD422

Tints of Barberry #DDD422

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.4%

 BLUE value IS 34 (13.67% from 255) = 7.28%

R = 47.32%
G = 45.4%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDD422 (or 0xDDD422) is known color: Barberry. HEX triplet: DD, D4 and 22. RGB value is (221,212,34). Sum of RGB (Red+Green+Blue) = 221+212+34=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD422 is #222BDD. Grayscale: #C3C3C3. Windows color (decimal): -2239454 or 2282717. OLE color: 2282717.

HSL color Cylindrical-coordinate representation of color #DDD422: hue angle of 57.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDD422 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 34 -
CMYK 0 0.04 0.85 0.13
HSL 57.11º 0.73% 0.5% -
HSV(B) 57.11º 0.85% 0.87% -
XYZ 53.65 62.57 10.76 -
YUV 194.4 37.48 146.97 -
System Red Green Blue C M Y K H S L
Decimal 221 212 34 0 0.04 0.85 0.13 57.11 0.73 0.5
Hex DD D4 22 0 4 55 D 39 49 32
Octal 335 324 42 0 4 125 15 71 111 62
Binary 11011101 11010100 100010 0 100 1010101 1101 111001 1001001 110010

Color Harmonies of #DDD422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD422

Black with #DDD422

Text Example


Text Example

White with #DDD422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD422; }

 p { color: rgb(221,212,34); }

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

background-color css

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

 a { background-color: rgb(221,212,34); }

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

border-color css

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

 span { border-color: rgb(221,212,34); }

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