Html Css Color HEX #DDDF0D Barberry

📋 copy color: '#DDDF0D'

red 221 ◦ green 223 ◦ blue 13

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

Shades of Barberry #DDDF0D

Tints of Barberry #DDDF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.84%

R = 48.36%
G = 48.8%
B = 2.84%

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

#DDDF0D (or 0xDDDF0D) is known color: Barberry. HEX triplet: DD, DF and 0D. RGB value is (221,223,13). Sum of RGB (Red+Green+Blue) = 221+223+13=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF0D is #2220F2. Grayscale: #C7C7C7. Windows color (decimal): -2236659 or 909277. OLE color: 909277.

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

Color convert

RGB 221 223 13 -
CMYK 0.01 0 0.94 0.13
HSL 60.57º 0.89% 0.46% -
HSV(B) 60.57º 0.94% 0.87% -
XYZ 56.28 68.18 10.57 -
YUV 198.46 23.34 144.08 -
System Red Green Blue C M Y K H S L
Decimal 221 223 13 0.01 0 0.94 0.13 60.57 0.89 0.46
Hex DD DF D 1 0 5E D 3D 59 2E
Octal 335 337 15 1 0 136 15 75 131 56
Binary 11011101 11011111 1101 1 0 1011110 1101 111101 1011001 101110

Color Harmonies of #DDDF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF0D

Black with #DDDF0D

Text Example


Text Example

White with #DDDF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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