Html Css Color HEX #DDDF0E Barberry

📋 copy color: '#DDDF0E'

red 221 ◦ green 223 ◦ blue 14

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

Shades of Barberry #DDDF0E

Tints of Barberry #DDDF0E

RGB

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

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

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

R = 48.25%
G = 48.69%
B = 3.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDDF0E (or 0xDDDF0E) is known color: Barberry. HEX triplet: DD, DF and 0E. RGB value is (221,223,14). Sum of RGB (Red+Green+Blue) = 221+223+14=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF0E is #2220F1. Grayscale: #C7C7C7. Windows color (decimal): -2236658 or 974813. OLE color: 974813.

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

Color convert

RGB 221 223 14 -
CMYK 0.01 0 0.94 0.13
HSL 60.57º 0.88% 0.46% -
HSV(B) 60.57º 0.94% 0.87% -
XYZ 56.29 68.18 10.61 -
YUV 198.58 23.84 143.99 -
System Red Green Blue C M Y K H S L
Decimal 221 223 14 0.01 0 0.94 0.13 60.57 0.88 0.46
Hex DD DF E 1 0 5E D 3D 58 2E
Octal 335 337 16 1 0 136 15 75 130 56
Binary 11011101 11011111 1110 1 0 1011110 1101 111101 1011000 101110

Color Harmonies of #DDDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF0E

Black with #DDDF0E

Text Example


Text Example

White with #DDDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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