Html Css Color HEX #DDD612 Barberry

📋 copy color: '#DDD612'

red 221 ◦ green 214 ◦ blue 18

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

Shades of Barberry #DDD612

Tints of Barberry #DDD612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.97%

R = 48.79%
G = 47.24%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDD612 (or 0xDDD612) is known color: Barberry. HEX triplet: DD, D6 and 12. RGB value is (221,214,18). Sum of RGB (Red+Green+Blue) = 221+214+18=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD612 is #2229ED. Grayscale: #C2C2C2. Windows color (decimal): -2238958 or 1234653. OLE color: 1234653.

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

Color convert

RGB 221 214 18 -
CMYK 0 0.03 0.92 0.13
HSL 57.93º 0.85% 0.47% -
HSV(B) 57.93º 0.92% 0.87% -
XYZ 53.97 63.51 9.99 -
YUV 193.75 28.82 147.44 -
System Red Green Blue C M Y K H S L
Decimal 221 214 18 0 0.03 0.92 0.13 57.93 0.85 0.47
Hex DD D6 12 0 3 5C D 3A 55 2F
Octal 335 326 22 0 3 134 15 72 125 57
Binary 11011101 11010110 10010 0 11 1011100 1101 111010 1010101 101111

Color Harmonies of #DDD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD612

Black with #DDD612

Text Example


Text Example

White with #DDD612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD612; }

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

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

background-color css

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

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

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

border-color css

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

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

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