Html Css Color HEX #DDD327 Barberry

📋 copy color: '#DDD327'

red 221 ◦ green 211 ◦ blue 39

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

Shades of Barberry #DDD327

Tints of Barberry #DDD327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.28%

R = 46.92%
G = 44.8%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDD327 (or 0xDDD327) is known color: Barberry. HEX triplet: DD, D3 and 27. RGB value is (221,211,39). Sum of RGB (Red+Green+Blue) = 221+211+39=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD327 is #222CD8. Grayscale: #C3C3C3. Windows color (decimal): -2239705 or 2610141. OLE color: 2610141.

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

Color convert

RGB 221 211 39 -
CMYK 0 0.05 0.82 0.13
HSL 56.7º 0.73% 0.51% -
HSV(B) 56.7º 0.82% 0.87% -
XYZ 53.48 62.11 11.09 -
YUV 194.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 221 211 39 0 0.05 0.82 0.13 56.7 0.73 0.51
Hex DD D3 27 0 5 52 D 39 49 33
Octal 335 323 47 0 5 122 15 71 111 63
Binary 11011101 11010011 100111 0 101 1010010 1101 111001 1001001 110011

Color Harmonies of #DDD327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD327

Black with #DDD327

Text Example


Text Example

White with #DDD327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD327; }

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

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

background-color css

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

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

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

border-color css

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

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

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