Html Css Color HEX #DDD623 Barberry

📋 copy color: '#DDD623'

red 221 ◦ green 214 ◦ blue 35

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

Shades of Barberry #DDD623

Tints of Barberry #DDD623

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

 BLUE value IS 35 (14.06% from 255) = 7.45%

R = 47.02%
G = 45.53%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDD623 (or 0xDDD623) is known color: Barberry. HEX triplet: DD, D6 and 23. RGB value is (221,214,35). Sum of RGB (Red+Green+Blue) = 221+214+35=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 35 (14.06% from 255 or 7.45% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD623 is #2229DC. Grayscale: #C4C4C4. Windows color (decimal): -2238941 or 2348765. OLE color: 2348765.

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

Color convert

RGB 221 214 35 -
CMYK 0 0.03 0.84 0.13
HSL 57.74º 0.73% 0.5% -
HSV(B) 57.74º 0.84% 0.87% -
XYZ 54.17 63.59 11.01 -
YUV 195.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 221 214 35 0 0.03 0.84 0.13 57.74 0.73 0.5
Hex DD D6 23 0 3 54 D 3A 49 32
Octal 335 326 43 0 3 124 15 72 111 62
Binary 11011101 11010110 100011 0 11 1010100 1101 111010 1001001 110010

Color Harmonies of #DDD623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD623

Black with #DDD623

Text Example


Text Example

White with #DDD623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD623; }

 p { color: rgb(221,214,35); }

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

background-color css

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

 a { background-color: rgb(221,214,35); }

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

border-color css

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

 span { border-color: rgb(221,214,35); }

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