Html Css Color HEX #DEDE12 Barberry

📋 copy color: '#DEDE12'

red 222 ◦ green 222 ◦ blue 18

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

Shades of Barberry #DEDE12

Tints of Barberry #DEDE12

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

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

R = 48.05%
G = 48.05%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEDE12 (or 0xDEDE12) is known color: Barberry. HEX triplet: DE, DE and 12. RGB value is (222,222,18). Sum of RGB (Red+Green+Blue) = 222+222+18=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE12 is #2121ED. Grayscale: #C7C7C7. Windows color (decimal): -2171374 or 1236702. OLE color: 1236702.

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

Color convert

RGB 222 222 18 -
CMYK 0 0 0.92 0.13
HSL 60º 0.85% 0.47% -
HSV(B) 60º 0.92% 0.87% -
XYZ 56.35 67.82 10.69 -
YUV 198.74 26 144.59 -
System Red Green Blue C M Y K H S L
Decimal 222 222 18 0 0 0.92 0.13 60 0.85 0.47
Hex DE DE 12 0 0 5C D 3C 55 2F
Octal 336 336 22 0 0 134 15 74 125 57
Binary 11011110 11011110 10010 0 0 1011100 1101 111100 1010101 101111

Color Harmonies of #DEDE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE12

Black with #DEDE12

Text Example


Text Example

White with #DEDE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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