Html Css Color HEX #DEDA1C Barberry

📋 copy color: '#DEDA1C'

red 222 ◦ green 218 ◦ blue 28

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

Shades of Barberry #DEDA1C

Tints of Barberry #DEDA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.98%

R = 47.44%
G = 46.58%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEDA1C (or 0xDEDA1C) is known color: Barberry. HEX triplet: DE, DA and 1C. RGB value is (222,218,28). Sum of RGB (Red+Green+Blue) = 222+218+28=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA1C is #2125E3. Grayscale: #C6C6C6. Windows color (decimal): -2172388 or 1891038. OLE color: 1891038.

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

Color convert

RGB 222 218 28 -
CMYK 0 0.02 0.87 0.13
HSL 58.76º 0.78% 0.49% -
HSV(B) 58.76º 0.87% 0.87% -
XYZ 55.41 65.76 10.87 -
YUV 197.54 32.33 145.45 -
System Red Green Blue C M Y K H S L
Decimal 222 218 28 0 0.02 0.87 0.13 58.76 0.78 0.49
Hex DE DA 1C 0 2 57 D 3B 4E 31
Octal 336 332 34 0 2 127 15 73 116 61
Binary 11011110 11011010 11100 0 10 1010111 1101 111011 1001110 110001

Color Harmonies of #DEDA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA1C

Black with #DEDA1C

Text Example


Text Example

White with #DEDA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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