Html Css Color HEX #DDE00D Barberry

📋 copy color: '#DDE00D'

red 221 ◦ green 224 ◦ blue 13

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

Shades of Barberry #DDE00D

Tints of Barberry #DDE00D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.91%

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

R = 48.25%
G = 48.91%
B = 2.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#DDE00D (or 0xDDE00D) is known color: Barberry. HEX triplet: DD, E0 and 0D. RGB value is (221,224,13). Sum of RGB (Red+Green+Blue) = 221+224+13=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE00D is #221FF2. Grayscale: #C7C7C7. Windows color (decimal): -2236403 or 909533. OLE color: 909533.

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

Color convert

RGB 221 224 13 -
CMYK 0.01 0 0.94 0.12
HSL 60.85º 0.89% 0.46% -
HSV(B) 60.85º 0.94% 0.88% -
XYZ 56.55 68.71 10.66 -
YUV 199.05 23.01 143.66 -
System Red Green Blue C M Y K H S L
Decimal 221 224 13 0.01 0 0.94 0.12 60.85 0.89 0.46
Hex DD E0 D 1 0 5E C 3D 59 2E
Octal 335 340 15 1 0 136 14 75 131 56
Binary 11011101 11100000 1101 1 0 1011110 1100 111101 1011001 101110

Color Harmonies of #DDE00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE00D

Black with #DDE00D

Text Example


Text Example

White with #DDE00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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