Html Css Color HEX #DDD41C Barberry

📋 copy color: '#DDD41C'

red 221 ◦ green 212 ◦ blue 28

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

Shades of Barberry #DDD41C

Tints of Barberry #DDD41C

RGB

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

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

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

R = 47.94%
G = 45.99%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDD41C (or 0xDDD41C) is known color: Barberry. HEX triplet: DD, D4 and 1C. RGB value is (221,212,28). Sum of RGB (Red+Green+Blue) = 221+212+28=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD41C is #222BE3. Grayscale: #C2C2C2. Windows color (decimal): -2239460 or 1889501. OLE color: 1889501.

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

Color convert

RGB 221 212 28 -
CMYK 0 0.04 0.87 0.13
HSL 57.2º 0.78% 0.49% -
HSV(B) 57.2º 0.87% 0.87% -
XYZ 53.57 62.54 10.35 -
YUV 193.72 34.48 147.46 -
System Red Green Blue C M Y K H S L
Decimal 221 212 28 0 0.04 0.87 0.13 57.2 0.78 0.49
Hex DD D4 1C 0 4 57 D 39 4E 31
Octal 335 324 34 0 4 127 15 71 116 61
Binary 11011101 11010100 11100 0 100 1010111 1101 111001 1001110 110001

Color Harmonies of #DDD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD41C

Black with #DDD41C

Text Example


Text Example

White with #DDD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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