Html Css Color HEX #DEDB1C Barberry

📋 copy color: '#DEDB1C'

red 222 ◦ green 219 ◦ blue 28

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

Shades of Barberry #DEDB1C

Tints of Barberry #DEDB1C

RGB

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

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

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

R = 47.33%
G = 46.7%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEDB1C (or 0xDEDB1C) is known color: Barberry. HEX triplet: DE, DB and 1C. RGB value is (222,219,28). Sum of RGB (Red+Green+Blue) = 222+219+28=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB1C is #2124E3. Grayscale: #C6C6C6. Windows color (decimal): -2172132 or 1891294. OLE color: 1891294.

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

Color convert

RGB 222 219 28 -
CMYK 0 0.01 0.87 0.13
HSL 59.07º 0.78% 0.49% -
HSV(B) 59.07º 0.87% 0.87% -
XYZ 55.67 66.28 10.96 -
YUV 198.12 31.99 145.03 -
System Red Green Blue C M Y K H S L
Decimal 222 219 28 0 0.01 0.87 0.13 59.07 0.78 0.49
Hex DE DB 1C 0 1 57 D 3B 4E 31
Octal 336 333 34 0 1 127 15 73 116 61
Binary 11011110 11011011 11100 0 1 1010111 1101 111011 1001110 110001

Color Harmonies of #DEDB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB1C

Black with #DEDB1C

Text Example


Text Example

White with #DEDB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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