Html Css Color HEX #DEDF12 Barberry

📋 copy color: '#DEDF12'

red 222 ◦ green 223 ◦ blue 18

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

Shades of Barberry #DEDF12

Tints of Barberry #DEDF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

 BLUE value IS 18 (7.42% from 255) = 3.89%

R = 47.95%
G = 48.16%
B = 3.89%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEDF12 (or 0xDEDF12) is known color: Barberry. HEX triplet: DE, DF and 12. RGB value is (222,223,18). Sum of RGB (Red+Green+Blue) = 222+223+18=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF12 is #2120ED. Grayscale: #C8C8C8. Windows color (decimal): -2171118 or 1236958. OLE color: 1236958.

HSL color Cylindrical-coordinate representation of color #DEDF12: hue angle of 60.29º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEDF12 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 223 18 -
CMYK 0.00 0 0.92 0.13
HSL 60.29º 0.85% 0.47% -
HSV(B) 60.29º 0.92% 0.87% -
XYZ 56.62 68.35 10.78 -
YUV 199.33 25.67 144.17 -
System Red Green Blue C M Y K H S L
Decimal 222 223 18 0.00 0 0.92 0.13 60.29 0.85 0.47
Hex DE DF 12 0 0 5C D 3C 55 2F
Octal 336 337 22 0 0 134 15 74 125 57
Binary 11011110 11011111 10010 0 0 1011100 1101 111100 1010101 101111

Color Harmonies of #DEDF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF12

Black with #DEDF12

Text Example


Text Example

White with #DEDF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF12; }

 p { color: rgb(222,223,18); }

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

background-color css

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

 a { background-color: rgb(222,223,18); }

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

border-color css

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

 span { border-color: rgb(222,223,18); }

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