Html Css Color HEX #DCCD18 Barberry

📋 copy color: '#DCCD18'

red 220 ◦ green 205 ◦ blue 24

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

Shades of Barberry #DCCD18

Tints of Barberry #DCCD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.35%

R = 49%
G = 45.66%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCCD18 (or 0xDCCD18) is known color: Barberry. HEX triplet: DC, CD and 18. RGB value is (220,205,24). Sum of RGB (Red+Green+Blue) = 220+205+24=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD18 is #2332E7. Grayscale: #BDBDBD. Windows color (decimal): -2306792 or 1625564. OLE color: 1625564.

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

Color convert

RGB 220 205 24 -
CMYK 0 0.07 0.89 0.14
HSL 55.41º 0.8% 0.48% -
HSV(B) 55.41º 0.89% 0.86% -
XYZ 51.51 58.94 9.53 -
YUV 188.85 34.97 150.22 -
System Red Green Blue C M Y K H S L
Decimal 220 205 24 0 0.07 0.89 0.14 55.41 0.8 0.48
Hex DC CD 18 0 7 59 E 37 50 30
Octal 334 315 30 0 7 131 16 67 120 60
Binary 11011100 11001101 11000 0 111 1011001 1110 110111 1010000 110000

Color Harmonies of #DCCD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD18

Black with #DCCD18

Text Example


Text Example

White with #DCCD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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