Html Css Color HEX #DDDA14 Barberry

📋 copy color: '#DDDA14'

red 221 ◦ green 218 ◦ blue 20

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

Shades of Barberry #DDDA14

Tints of Barberry #DDDA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.36%

R = 48.15%
G = 47.49%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDDA14 (or 0xDDDA14) is known color: Barberry. HEX triplet: DD, DA and 14. RGB value is (221,218,20). Sum of RGB (Red+Green+Blue) = 221+218+20=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA14 is #2225EB. Grayscale: #C5C5C5. Windows color (decimal): -2237932 or 1366749. OLE color: 1366749.

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

Color convert

RGB 221 218 20 -
CMYK 0 0.01 0.91 0.13
HSL 59.1º 0.83% 0.47% -
HSV(B) 59.1º 0.91% 0.87% -
XYZ 55.02 65.57 10.42 -
YUV 196.33 28.49 145.6 -
System Red Green Blue C M Y K H S L
Decimal 221 218 20 0 0.01 0.91 0.13 59.1 0.83 0.47
Hex DD DA 14 0 1 5B D 3B 53 2F
Octal 335 332 24 0 1 133 15 73 123 57
Binary 11011101 11011010 10100 0 1 1011011 1101 111011 1010011 101111

Color Harmonies of #DDDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA14

Black with #DDDA14

Text Example


Text Example

White with #DDDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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