Html Css Color HEX #DDD31C Barberry

📋 copy color: '#DDD31C'

red 221 ◦ green 211 ◦ blue 28

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

Shades of Barberry #DDD31C

Tints of Barberry #DDD31C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.87%

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

R = 48.04%
G = 45.87%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDD31C (or 0xDDD31C) is known color: Barberry. HEX triplet: DD, D3 and 1C. RGB value is (221,211,28). Sum of RGB (Red+Green+Blue) = 221+211+28=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD31C is #222CE3. Grayscale: #C1C1C1. Windows color (decimal): -2239716 or 1889245. OLE color: 1889245.

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

Color convert

RGB 221 211 28 -
CMYK 0 0.05 0.87 0.13
HSL 56.89º 0.78% 0.49% -
HSV(B) 56.89º 0.87% 0.87% -
XYZ 53.32 62.04 10.26 -
YUV 193.13 34.81 147.88 -
System Red Green Blue C M Y K H S L
Decimal 221 211 28 0 0.05 0.87 0.13 56.89 0.78 0.49
Hex DD D3 1C 0 5 57 D 39 4E 31
Octal 335 323 34 0 5 127 15 71 116 61
Binary 11011101 11010011 11100 0 101 1010111 1101 111001 1001110 110001

Color Harmonies of #DDD31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD31C

Black with #DDD31C

Text Example


Text Example

White with #DDD31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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