Html Css Color HEX #DCC823 Barberry

📋 copy color: '#DCC823'

red 220 ◦ green 200 ◦ blue 35

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

Shades of Barberry #DCC823

Tints of Barberry #DCC823

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.96%

 BLUE value IS 35 (14.06% from 255) = 7.69%

R = 48.35%
G = 43.96%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCC823 (or 0xDCC823) is known color: Barberry. HEX triplet: DC, C8 and 23. RGB value is (220,200,35). Sum of RGB (Red+Green+Blue) = 220+200+35=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 35 (14.06% from 255 or 7.69% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC823 is #2337DC. Grayscale: #BBBBBB. Windows color (decimal): -2308061 or 2345180. OLE color: 2345180.

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

Color convert

RGB 220 200 35 -
CMYK 0 0.09 0.84 0.14
HSL 53.51º 0.73% 0.5% -
HSV(B) 53.51º 0.84% 0.86% -
XYZ 50.47 56.65 9.86 -
YUV 187.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 220 200 35 0 0.09 0.84 0.14 53.51 0.73 0.5
Hex DC C8 23 0 9 54 E 36 49 32
Octal 334 310 43 0 11 124 16 66 111 62
Binary 11011100 11001000 100011 0 1001 1010100 1110 110110 1001001 110010

Color Harmonies of #DCC823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC823

Black with #DCC823

Text Example


Text Example

White with #DCC823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC823; }

 p { color: rgb(220,200,35); }

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

background-color css

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

 a { background-color: rgb(220,200,35); }

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

border-color css

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

 span { border-color: rgb(220,200,35); }

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