Html Css Color HEX #DDDF13 Barberry

📋 copy color: '#DDDF13'

red 221 ◦ green 223 ◦ blue 19

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

Shades of Barberry #DDDF13

Tints of Barberry #DDDF13

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

 BLUE value IS 19 (7.81% from 255) = 4.1%

R = 47.73%
G = 48.16%
B = 4.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDDF13 (or 0xDDDF13) is known color: Barberry. HEX triplet: DD, DF and 13. RGB value is (221,223,19). Sum of RGB (Red+Green+Blue) = 221+223+19=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF13 is #2220EC. Grayscale: #C7C7C7. Windows color (decimal): -2236653 or 1302493. OLE color: 1302493.

HSL color Cylindrical-coordinate representation of color #DDDF13: hue angle of 60.59º degrees, saturation: 0.84, 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 #DDDF13 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 19 -
CMYK 0.01 0 0.91 0.13
HSL 60.59º 0.84% 0.47% -
HSV(B) 60.59º 0.91% 0.87% -
XYZ 56.32 68.19 10.81 -
YUV 199.15 26.34 143.59 -
System Red Green Blue C M Y K H S L
Decimal 221 223 19 0.01 0 0.91 0.13 60.59 0.84 0.47
Hex DD DF 13 1 0 5B D 3D 54 2F
Octal 335 337 23 1 0 133 15 75 124 57
Binary 11011101 11011111 10011 1 0 1011011 1101 111101 1010100 101111

Color Harmonies of #DDDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF13

Black with #DDDF13

Text Example


Text Example

White with #DDDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF13; }

 p { color: rgb(221,223,19); }

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

background-color css

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

 a { background-color: rgb(221,223,19); }

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

border-color css

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

 span { border-color: rgb(221,223,19); }

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