Html Css Color HEX #DCCE22 Barberry

📋 copy color: '#DCCE22'

red 220 ◦ green 206 ◦ blue 34

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

Shades of Barberry #DCCE22

Tints of Barberry #DCCE22

RGB

 RED value IS 220 (86.33% from 255) = 47.83%

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 34 (13.67% from 255) = 7.39%

R = 47.83%
G = 44.78%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCCE22 (or 0xDCCE22) is known color: Barberry. HEX triplet: DC, CE and 22. RGB value is (220,206,34). Sum of RGB (Red+Green+Blue) = 220+206+34=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 34 (13.67% from 255 or 7.39% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE22 is #2331DD. Grayscale: #BFBFBF. Windows color (decimal): -2306526 or 2281180. OLE color: 2281180.

HSL color Cylindrical-coordinate representation of color #DCCE22: hue angle of 55.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCCE22 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 206 34 -
CMYK 0 0.06 0.85 0.14
HSL 55.48º 0.73% 0.5% -
HSV(B) 55.48º 0.85% 0.86% -
XYZ 51.88 59.47 10.26 -
YUV 190.58 39.64 148.99 -
System Red Green Blue C M Y K H S L
Decimal 220 206 34 0 0.06 0.85 0.14 55.48 0.73 0.5
Hex DC CE 22 0 6 55 E 37 49 32
Octal 334 316 42 0 6 125 16 67 111 62
Binary 11011100 11001110 100010 0 110 1010101 1110 110111 1001001 110010

Color Harmonies of #DCCE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE22

Black with #DCCE22

Text Example


Text Example

White with #DCCE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE22; }

 p { color: rgb(220,206,34); }

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

background-color css

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

 a { background-color: rgb(220,206,34); }

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

border-color css

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

 span { border-color: rgb(220,206,34); }

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