Html Css Color HEX #DCCD28 Barberry

📋 copy color: '#DCCD28'

red 220 ◦ green 205 ◦ blue 40

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

Shades of Barberry #DCCD28

Tints of Barberry #DCCD28

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 40 (16.02% from 255) = 8.6%

R = 47.31%
G = 44.09%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCCD28 (or 0xDCCD28) is known color: Barberry. HEX triplet: DC, CD and 28. RGB value is (220,205,40). Sum of RGB (Red+Green+Blue) = 220+205+40=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD28 is #2332D7. Grayscale: #BFBFBF. Windows color (decimal): -2306776 or 2674140. OLE color: 2674140.

HSL color Cylindrical-coordinate representation of color #DCCD28: hue angle of 55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCCD28 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 40 -
CMYK 0 0.07 0.82 0.14
HSL 55º 0.72% 0.51% -
HSV(B) 55º 0.82% 0.86% -
XYZ 51.73 59.03 10.68 -
YUV 190.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 220 205 40 0 0.07 0.82 0.14 55 0.72 0.51
Hex DC CD 28 0 7 52 E 37 48 33
Octal 334 315 50 0 7 122 16 67 110 63
Binary 11011100 11001101 101000 0 111 1010010 1110 110111 1001000 110011

Color Harmonies of #DCCD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD28

Black with #DCCD28

Text Example


Text Example

White with #DCCD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD28; }

 p { color: rgb(220,205,40); }

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

background-color css

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

 a { background-color: rgb(220,205,40); }

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

border-color css

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

 span { border-color: rgb(220,205,40); }

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