Html Css Color HEX #DDD510 Barberry

📋 copy color: '#DDD510'

red 221 ◦ green 213 ◦ blue 16

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

Shades of Barberry #DDD510

Tints of Barberry #DDD510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 49.11%
G = 47.33%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDD510 (or 0xDDD510) is known color: Barberry. HEX triplet: DD, D5 and 10. RGB value is (221,213,16). Sum of RGB (Red+Green+Blue) = 221+213+16=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD510 is #222AEF. Grayscale: #C1C1C1. Windows color (decimal): -2239216 or 1103325. OLE color: 1103325.

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

Color convert

RGB 221 213 16 -
CMYK 0 0.04 0.93 0.13
HSL 57.66º 0.86% 0.46% -
HSV(B) 57.66º 0.93% 0.87% -
XYZ 53.71 63 9.82 -
YUV 192.93 28.15 148.02 -
System Red Green Blue C M Y K H S L
Decimal 221 213 16 0 0.04 0.93 0.13 57.66 0.86 0.46
Hex DD D5 10 0 4 5D D 3A 56 2E
Octal 335 325 20 0 4 135 15 72 126 56
Binary 11011101 11010101 10000 0 100 1011101 1101 111010 1010110 101110

Color Harmonies of #DDD510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD510

Black with #DDD510

Text Example


Text Example

White with #DDD510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD510; }

 p { color: rgb(221,213,16); }

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

background-color css

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

 a { background-color: rgb(221,213,16); }

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

border-color css

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

 span { border-color: rgb(221,213,16); }

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