Html Css Color HEX #DEDA0F Barberry

📋 copy color: '#DEDA0F'

red 222 ◦ green 218 ◦ blue 15

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

Shades of Barberry #DEDA0F

Tints of Barberry #DEDA0F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.91%

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 48.79%
G = 47.91%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEDA0F (or 0xDEDA0F) is known color: Barberry. HEX triplet: DE, DA and 0F. RGB value is (222,218,15). Sum of RGB (Red+Green+Blue) = 222+218+15=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA0F is #2125F0. Grayscale: #C4C4C4. Windows color (decimal): -2172401 or 1039070. OLE color: 1039070.

HSL color Cylindrical-coordinate representation of color #DEDA0F: hue angle of 58.84º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEDA0F is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 218 15 -
CMYK 0 0.02 0.93 0.13
HSL 58.84º 0.87% 0.46% -
HSV(B) 58.84º 0.93% 0.87% -
XYZ 55.28 65.71 10.22 -
YUV 196.05 25.83 146.51 -
System Red Green Blue C M Y K H S L
Decimal 222 218 15 0 0.02 0.93 0.13 58.84 0.87 0.46
Hex DE DA F 0 2 5D D 3B 57 2E
Octal 336 332 17 0 2 135 15 73 127 56
Binary 11011110 11011010 1111 0 10 1011101 1101 111011 1010111 101110

Color Harmonies of #DEDA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA0F

Black with #DEDA0F

Text Example


Text Example

White with #DEDA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA0F; }

 p { color: rgb(222,218,15); }

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

background-color css

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

 a { background-color: rgb(222,218,15); }

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

border-color css

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

 span { border-color: rgb(222,218,15); }

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