Html Css Color HEX #DCCE18 Barberry

📋 copy color: '#DCCE18'

red 220 ◦ green 206 ◦ blue 24

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

Shades of Barberry #DCCE18

Tints of Barberry #DCCE18

RGB

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

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

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

R = 48.89%
G = 45.78%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCCE18 (or 0xDCCE18) is known color: Barberry. HEX triplet: DC, CE and 18. RGB value is (220,206,24). Sum of RGB (Red+Green+Blue) = 220+206+24=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE18 is #2331E7. Grayscale: #BEBEBE. Windows color (decimal): -2306536 or 1625820. OLE color: 1625820.

HSL color Cylindrical-coordinate representation of color #DCCE18: hue angle of 55.71º 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 #DCCE18 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 206 24 -
CMYK 0 0.06 0.89 0.14
HSL 55.71º 0.8% 0.48% -
HSV(B) 55.71º 0.89% 0.86% -
XYZ 51.75 59.42 9.61 -
YUV 189.44 34.64 149.8 -
System Red Green Blue C M Y K H S L
Decimal 220 206 24 0 0.06 0.89 0.14 55.71 0.8 0.48
Hex DC CE 18 0 6 59 E 38 50 30
Octal 334 316 30 0 6 131 16 70 120 60
Binary 11011100 11001110 11000 0 110 1011001 1110 111000 1010000 110000

Color Harmonies of #DCCE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE18

Black with #DCCE18

Text Example


Text Example

White with #DCCE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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