Html Css Color HEX #DEDB0D Barberry

📋 copy color: '#DEDB0D'

red 222 ◦ green 219 ◦ blue 13

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

Shades of Barberry #DEDB0D

Tints of Barberry #DEDB0D

RGB

 RED value IS 222 (87.11% from 255) = 48.9%

 GREEN value IS 219 (85.94% from 255) = 48.24%

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

R = 48.9%
G = 48.24%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEDB0D (or 0xDEDB0D) is known color: Barberry. HEX triplet: DE, DB and 0D. RGB value is (222,219,13). Sum of RGB (Red+Green+Blue) = 222+219+13=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB0D is #2124F2. Grayscale: #C5C5C5. Windows color (decimal): -2172147 or 908254. OLE color: 908254.

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

Color convert

RGB 222 219 13 -
CMYK 0 0.01 0.94 0.13
HSL 59.14º 0.89% 0.46% -
HSV(B) 59.14º 0.94% 0.87% -
XYZ 55.53 66.22 10.24 -
YUV 196.41 24.49 146.25 -
System Red Green Blue C M Y K H S L
Decimal 222 219 13 0 0.01 0.94 0.13 59.14 0.89 0.46
Hex DE DB D 0 1 5E D 3B 59 2E
Octal 336 333 15 0 1 136 15 73 131 56
Binary 11011110 11011011 1101 0 1 1011110 1101 111011 1011001 101110

Color Harmonies of #DEDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB0D

Black with #DEDB0D

Text Example


Text Example

White with #DEDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB0D; }

 p { color: rgb(222,219,13); }

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

background-color css

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

 a { background-color: rgb(222,219,13); }

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

border-color css

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

 span { border-color: rgb(222,219,13); }

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