Html Css Color HEX #DDDA0E Barberry

📋 copy color: '#DDDA0E'

red 221 ◦ green 218 ◦ blue 14

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

Shades of Barberry #DDDA0E

Tints of Barberry #DDDA0E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.12%

 BLUE value IS 14 (5.86% from 255) = 3.09%

R = 48.79%
G = 48.12%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDDA0E (or 0xDDDA0E) is known color: Barberry. HEX triplet: DD, DA and 0E. RGB value is (221,218,14). Sum of RGB (Red+Green+Blue) = 221+218+14=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA0E is #2225F1. Grayscale: #C4C4C4. Windows color (decimal): -2237938 or 973533. OLE color: 973533.

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

Color convert

RGB 221 218 14 -
CMYK 0 0.01 0.94 0.13
HSL 59.13º 0.88% 0.46% -
HSV(B) 59.13º 0.94% 0.87% -
XYZ 54.97 65.55 10.17 -
YUV 195.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 221 218 14 0 0.01 0.94 0.13 59.13 0.88 0.46
Hex DD DA E 0 1 5E D 3B 58 2E
Octal 335 332 16 0 1 136 15 73 130 56
Binary 11011101 11011010 1110 0 1 1011110 1101 111011 1011000 101110

Color Harmonies of #DDDA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA0E

Black with #DDDA0E

Text Example


Text Example

White with #DDDA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA0E; }

 p { color: rgb(221,218,14); }

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

background-color css

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

 a { background-color: rgb(221,218,14); }

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

border-color css

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

 span { border-color: rgb(221,218,14); }

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